Class StartedEvent

java.lang.Object
com.launchdarkly.eventsource.StartedEvent
All Implemented Interfaces:
StreamEvent

public final class StartedEvent extends Object implements StreamEvent
Represents the beginning of a stream.

This event will be returned by EventSource.readAnyEvent() or EventSource.anyEvents() if the stream started as a side effect of calling those methods, rather than from calling EventSource.start(). You will also get a new StartedEvent if the stream was closed and then reconnected.

Since:
4.0.0
See Also:
  • Constructor Details

    • StartedEvent

      public StartedEvent()
  • Method Details