Package io.split.engine.sse.dtos
Class OccupancyNotification
- java.lang.Object
-
- io.split.engine.sse.dtos.IncomingNotification
-
- io.split.engine.sse.dtos.OccupancyNotification
-
- All Implemented Interfaces:
StatusNotification
public class OccupancyNotification extends IncomingNotification implements StatusNotification
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.split.engine.sse.dtos.IncomingNotification
IncomingNotification.Type
-
-
Constructor Summary
Constructors Constructor Description OccupancyNotification(GenericNotificationData genericNotificationData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OccupancyMetricsgetMetrics()voidhandler(NotificationProcessor notificationProcessor)voidhandlerStatus(PushStatusTracker notificationManagerKeeper)StringtoString()-
Methods inherited from class io.split.engine.sse.dtos.IncomingNotification
getChannel, getType
-
-
-
-
Constructor Detail
-
OccupancyNotification
public OccupancyNotification(GenericNotificationData genericNotificationData)
-
-
Method Detail
-
getMetrics
public OccupancyMetrics getMetrics()
-
handler
public void handler(NotificationProcessor notificationProcessor)
- Specified by:
handlerin classIncomingNotification
-
handlerStatus
public void handlerStatus(PushStatusTracker notificationManagerKeeper)
- Specified by:
handlerStatusin interfaceStatusNotification
-
-