Class Event.Index
java.lang.Object
com.launchdarkly.sdk.server.interfaces.Event
com.launchdarkly.sdk.server.interfaces.Event.Index
- Enclosing class:
- Event
public static final class Event.Index extends Event
An event created internally by the SDK to hold user data that may be referenced by multiple events.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.launchdarkly.sdk.server.interfaces.Event
Event.Custom, Event.FeatureRequest, Event.Identify, Event.Index
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Index
Constructs an index event.- Parameters:
timestamp
- the timestamp in millisecondsuser
- the user associated with the event
-