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

    Constructors 
    Constructor Description
    Index​(long timestamp, LDUser user)
    Constructs an index event.
  • Method Summary

    Methods inherited from class com.launchdarkly.sdk.server.interfaces.Event

    getCreationDate, getUser

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Index

      public Index​(long timestamp, LDUser user)
      Constructs an index event.
      Parameters:
      timestamp - the timestamp in milliseconds
      user - the user associated with the event