Uses of Interface
io.split.engine.sse.NotificationProcessor
-
Packages that use NotificationProcessor Package Description io.split.engine.sse io.split.engine.sse.dtos -
-
Uses of NotificationProcessor in io.split.engine.sse
Classes in io.split.engine.sse that implement NotificationProcessor Modifier and Type Class Description classNotificationProcessorImp -
Uses of NotificationProcessor in io.split.engine.sse.dtos
Methods in io.split.engine.sse.dtos with parameters of type NotificationProcessor Modifier and Type Method Description voidCommonChangeNotification. handler(NotificationProcessor notificationProcessor)voidControlNotification. handler(NotificationProcessor notificationProcessor)abstract voidIncomingNotification. handler(NotificationProcessor notificationProcessor)voidOccupancyNotification. handler(NotificationProcessor notificationProcessor)voidSegmentChangeNotification. handler(NotificationProcessor notificationProcessor)voidSplitKillNotification. handler(NotificationProcessor notificationProcessor)
-