Class WebSocketNotificationService
- java.lang.Object
-
- org.kie.server.controller.websocket.notification.WebSocketNotificationService
-
- All Implemented Interfaces:
org.kie.server.controller.api.service.NotificationService
public class WebSocketNotificationService extends Object implements org.kie.server.controller.api.service.NotificationService
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebSocketNotificationService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebSocketNotificationServicegetInstance()voidnotify(org.kie.server.controller.api.model.events.ServerInstanceConnected serverInstanceConnected)voidnotify(org.kie.server.controller.api.model.events.ServerInstanceDeleted serverInstanceDeleted)voidnotify(org.kie.server.controller.api.model.events.ServerInstanceDisconnected serverInstanceDisconnected)voidnotify(org.kie.server.controller.api.model.events.ServerInstanceUpdated serverInstanceUpdated)voidnotify(org.kie.server.controller.api.model.events.ServerTemplateDeleted serverTemplateDeleted)voidnotify(org.kie.server.controller.api.model.events.ServerTemplateUpdated serverTemplateUpdated)voidnotify(org.kie.server.controller.api.model.spec.ServerTemplate serverTemplate, org.kie.server.controller.api.model.spec.ContainerSpec containerSpec, List<org.kie.server.controller.api.model.runtime.Container> containers)
-
-
-
Method Detail
-
getInstance
public static WebSocketNotificationService getInstance()
-
notify
public void notify(org.kie.server.controller.api.model.spec.ServerTemplate serverTemplate, org.kie.server.controller.api.model.spec.ContainerSpec containerSpec, List<org.kie.server.controller.api.model.runtime.Container> containers)- Specified by:
notifyin interfaceorg.kie.server.controller.api.service.NotificationService
-
notify
public void notify(org.kie.server.controller.api.model.events.ServerTemplateUpdated serverTemplateUpdated)
- Specified by:
notifyin interfaceorg.kie.server.controller.api.service.NotificationService
-
notify
public void notify(org.kie.server.controller.api.model.events.ServerTemplateDeleted serverTemplateDeleted)
- Specified by:
notifyin interfaceorg.kie.server.controller.api.service.NotificationService
-
notify
public void notify(org.kie.server.controller.api.model.events.ServerInstanceUpdated serverInstanceUpdated)
- Specified by:
notifyin interfaceorg.kie.server.controller.api.service.NotificationService
-
notify
public void notify(org.kie.server.controller.api.model.events.ServerInstanceDeleted serverInstanceDeleted)
- Specified by:
notifyin interfaceorg.kie.server.controller.api.service.NotificationService
-
notify
public void notify(org.kie.server.controller.api.model.events.ServerInstanceConnected serverInstanceConnected)
- Specified by:
notifyin interfaceorg.kie.server.controller.api.service.NotificationService
-
notify
public void notify(org.kie.server.controller.api.model.events.ServerInstanceDisconnected serverInstanceDisconnected)
- Specified by:
notifyin interfaceorg.kie.server.controller.api.service.NotificationService
-
-