Package io.split.engine.sse.listeners
Interface FeedbackLoopListener
-
public interface FeedbackLoopListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnected()voidonDisconnect(Boolean reconnect)voidonErrorNotification(ErrorNotification errorNotification)
-
-
-
Method Detail
-
onErrorNotification
void onErrorNotification(ErrorNotification errorNotification)
-
onConnected
void onConnected()
-
onDisconnect
void onDisconnect(Boolean reconnect)
-
-