Package io.split.engine.sse
Interface PushStatusTracker
-
- All Known Implementing Classes:
PushStatusTrackerImp
public interface PushStatusTracker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforcePushDisable()voidhandleIncomingAblyError(ErrorNotification notification)voidhandleIncomingControlEvent(ControlNotification controlNotification)voidhandleIncomingOccupancyEvent(OccupancyNotification occupancyNotification)voidhandleSseStatus(SSEClient.StatusMessage newStatus)
-
-
-
Method Detail
-
handleIncomingControlEvent
void handleIncomingControlEvent(ControlNotification controlNotification)
-
handleIncomingOccupancyEvent
void handleIncomingOccupancyEvent(OccupancyNotification occupancyNotification)
-
handleIncomingAblyError
void handleIncomingAblyError(ErrorNotification notification)
-
handleSseStatus
void handleSseStatus(SSEClient.StatusMessage newStatus)
-
forcePushDisable
void forcePushDisable()
-
-