public class SSEManager
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SSEManager
public SSEManager(URI uri)
-
Method Details
-
close
public void close()
-
restart
public void restart(URI uri,
Function<com.launchdarkly.eventsource.MessageEvent,Void> messageHandler,
Function<com.launchdarkly.eventsource.FaultEvent,Void> errorHandler,
Function<com.launchdarkly.eventsource.StartedEvent,Void> stateHandler)