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(long changeNumber, String splitName, String defaultTreatment)voidprocessSplitUpdate(long changeNumber)voidprocessStatus(StatusNotification statusNotification)
-
-
-
Method Detail
-
process
void process(IncomingNotification notification)
-
processSplitUpdate
void processSplitUpdate(long changeNumber)
-
processSplitKill
void processSplitKill(long changeNumber, String splitName, String defaultTreatment)
-
processSegmentUpdate
void processSegmentUpdate(long changeNumber, String segmentName)
-
processStatus
void processStatus(StatusNotification statusNotification)
-
-