Class KieServerControllerNotificationMessageHandler

  • All Implemented Interfaces:
    javax.websocket.MessageHandler, javax.websocket.MessageHandler.Whole<org.kie.server.controller.api.model.notification.KieServerControllerNotification>

    public class KieServerControllerNotificationMessageHandler
    extends Object
    implements javax.websocket.MessageHandler.Whole<org.kie.server.controller.api.model.notification.KieServerControllerNotification>
    • Constructor Detail

      • KieServerControllerNotificationMessageHandler

        public KieServerControllerNotificationMessageHandler​(Consumer<org.kie.server.controller.api.model.notification.KieServerControllerNotification> notificationConsumer)
    • Method Detail

      • onMessage

        public void onMessage​(org.kie.server.controller.api.model.notification.KieServerControllerNotification message)
        Specified by:
        onMessage in interface javax.websocket.MessageHandler.Whole<org.kie.server.controller.api.model.notification.KieServerControllerNotification>