Class Event.Identify

java.lang.Object
com.launchdarkly.sdk.server.interfaces.Event
com.launchdarkly.sdk.server.interfaces.Event.Identify
Enclosing class:
Event

public static final class Event.Identify
extends Event
An event created with LDClientInterface.identify(LDUser).
  • 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
    Identify​(long timestamp, LDUser user)
    Constructs an identify 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

    • Identify

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