Package com.launchdarkly.eventsource
Class StartedEvent
java.lang.Object
com.launchdarkly.eventsource.StartedEvent
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary