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