Package io.split.engine.sse
Interface NotificationProcessor
-
- All Known Implementing Classes:
NotificationProcessorImp
public interface NotificationProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(IncomingNotification notification)voidprocessSegmentUpdate(long changeNumber, String segmentName)voidprocessSplitKill(SplitKillNotification splitKillNotification)voidprocessStatus(StatusNotification statusNotification)voidprocessUpdates(IncomingNotification notification)
-
-
-
Method Detail
-
process
void process(IncomingNotification notification)
-
processUpdates
void processUpdates(IncomingNotification notification)
-
processSplitKill
void processSplitKill(SplitKillNotification splitKillNotification)
-
processSegmentUpdate
void processSegmentUpdate(long changeNumber, String segmentName)
-
processStatus
void processStatus(StatusNotification statusNotification)
-
-