public interface NotificationProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(IncomingNotification notification) |
void |
processSegmentUpdate(long changeNumber,
String segmentName) |
void |
processSplitKill(long changeNumber,
String splitName,
String defaultTreatment) |
void |
processSplitUpdate(long changeNumber) |
void |
processStatus(StatusNotification statusNotification) |
void process(IncomingNotification notification)
void processSplitUpdate(long changeNumber)
void processSplitKill(long changeNumber,
String splitName,
String defaultTreatment)
void processSegmentUpdate(long changeNumber,
String segmentName)
void processStatus(StatusNotification statusNotification)
Copyright © 2021. All rights reserved.