Package io.split.engine.sse.dtos
Class IncomingNotification
- java.lang.Object
-
- io.split.engine.sse.dtos.IncomingNotification
-
- Direct Known Subclasses:
CommonChangeNotification,ControlNotification,OccupancyNotification,SegmentChangeNotification,SplitKillNotification
public abstract class IncomingNotification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIncomingNotification.Type
-
Constructor Summary
Constructors Constructor Description IncomingNotification(IncomingNotification.Type type, String channel)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetChannel()IncomingNotification.TypegetType()abstract voidhandler(NotificationProcessor notificationProcessor)
-
-
-
Constructor Detail
-
IncomingNotification
public IncomingNotification(IncomingNotification.Type type, String channel)
-
-
Method Detail
-
getChannel
public String getChannel()
-
getType
public IncomingNotification.Type getType()
-
handler
public abstract void handler(NotificationProcessor notificationProcessor)
-
-