Uses of Class
io.split.engine.sse.dtos.IncomingNotification
-
Packages that use IncomingNotification Package Description io.split.engine.sse io.split.engine.sse.dtos io.split.engine.sse.listeners io.split.engine.sse.workers -
-
Uses of IncomingNotification in io.split.engine.sse
Methods in io.split.engine.sse that return IncomingNotification Modifier and Type Method Description IncomingNotificationNotificationParser. parseMessage(String payload)IncomingNotificationNotificationParserImp. parseMessage(String payload)Methods in io.split.engine.sse with parameters of type IncomingNotification Modifier and Type Method Description voidNotificationProcessor. process(IncomingNotification notification)voidNotificationProcessorImp. process(IncomingNotification notification)voidNotificationProcessor. processUpdates(IncomingNotification notification)voidNotificationProcessorImp. processUpdates(IncomingNotification notification) -
Uses of IncomingNotification in io.split.engine.sse.dtos
Subclasses of IncomingNotification in io.split.engine.sse.dtos Modifier and Type Class Description classCommonChangeNotification<Y>classControlNotificationclassOccupancyNotificationclassSegmentChangeNotificationclassSplitKillNotification -
Uses of IncomingNotification in io.split.engine.sse.listeners
Methods in io.split.engine.sse.listeners with parameters of type IncomingNotification Modifier and Type Method Description voidNotificationsListener. onMessageNotificationReceived(IncomingNotification incomingNotification) -
Uses of IncomingNotification in io.split.engine.sse.workers
Methods in io.split.engine.sse.workers with parameters of type IncomingNotification Modifier and Type Method Description voidFeatureFlagsWorker. addToQueue(IncomingNotification incomingNotification)protected voidFeatureFlagWorkerImp. executeRefresh(IncomingNotification incomingNotification)
-