Package io.split.engine.sse.dtos
Class ControlNotification
- java.lang.Object
-
- io.split.engine.sse.dtos.IncomingNotification
-
- io.split.engine.sse.dtos.ControlNotification
-
- All Implemented Interfaces:
StatusNotification
public class ControlNotification 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 ControlNotification(GenericNotificationData genericNotificationData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlTypegetControlType()voidhandler(NotificationProcessor notificationProcessor)voidhandlerStatus(PushStatusTracker pushStatusTracker)StringtoString()-
Methods inherited from class io.split.engine.sse.dtos.IncomingNotification
getChannel, getType
-
-
-
-
Constructor Detail
-
ControlNotification
public ControlNotification(GenericNotificationData genericNotificationData)
-
-
Method Detail
-
getControlType
public ControlType getControlType()
-
handler
public void handler(NotificationProcessor notificationProcessor)
- Specified by:
handlerin classIncomingNotification
-
handlerStatus
public void handlerStatus(PushStatusTracker pushStatusTracker)
- Specified by:
handlerStatusin interfaceStatusNotification
-
-