Package io.split.engine.sse.dtos
Class SplitChangeNotification
- java.lang.Object
-
- io.split.engine.sse.dtos.IncomingNotification
-
- io.split.engine.sse.dtos.SplitChangeNotification
-
public class SplitChangeNotification extends IncomingNotification
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.split.engine.sse.dtos.IncomingNotification
IncomingNotification.Type
-
-
Constructor Summary
Constructors Constructor Description SplitChangeNotification(GenericNotificationData genericNotificationData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetChangeNumber()voidhandler(NotificationProcessor notificationProcessor)StringtoString()-
Methods inherited from class io.split.engine.sse.dtos.IncomingNotification
getChannel, getType
-
-
-
-
Constructor Detail
-
SplitChangeNotification
public SplitChangeNotification(GenericNotificationData genericNotificationData)
-
-
Method Detail
-
getChangeNumber
public long getChangeNumber()
-
handler
public void handler(NotificationProcessor notificationProcessor)
- Specified by:
handlerin classIncomingNotification
-
-