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