Package com.variant.client
Interface TraceEvent
public interface TraceEvent
Variant trace event. Trace events can be triggered explicitly by the client code or implicitly by Variant server.
Explicit trace event instances are created by the client code as implementations of this interface and passed to
Session.triggerTraceEvent(TraceEvent)
. All trace events are processed and egested by Variant Server, out
of band of the host application.- Since:
- 0.5
-
Method Summary
-
Method Details
-
getName
String getName()The name of the event.- Since:
- 0.5
-
getAttributes
The map of event attributes.- Returns:
- A mutable map of currently set events attributes. Can be updated by client code.
- Since:
- 0.5
-