public final class AuditEventTopicState extends Object
AuditEventHandler.publishEvent(Context, String, JsonValue)
.
The state contains the context, topic, and event content.Constructor and Description |
---|
AuditEventTopicState(Context context,
String topic,
JsonValue event)
Creates a (topic,event) pair.
|
public AuditEventTopicState(Context context, String topic, JsonValue event)
context
- The context that triggered the audit event.topic
- The topic.event
- The event content.public Context getContext()
Copyright 2011-2015 ForgeRock AS.