public final class AuditEventTopicState extends Object
AuditEventHandler.publishEvent(Context, String, JsonValue)
.
The state contains the context, topic, and event content.Constructor and Description |
---|
AuditEventTopicState(org.forgerock.services.context.Context context,
String topic,
JsonValue event)
Creates a (topic,event) pair.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.forgerock.services.context.Context |
getContext()
Returns the context that triggered the event.
|
JsonValue |
getEvent()
Returns the event content.
|
String |
getTopic()
Returns the topic of the event.
|
int |
hashCode() |
String |
toString() |
public AuditEventTopicState(org.forgerock.services.context.Context context, String topic, JsonValue event)
context
- The context that triggered the audit event.topic
- The topic.event
- The event content.public org.forgerock.services.context.Context getContext()
Copyright 2010-2017 ForgeRock AS.