@ApplicationScoped
public class EmbeddedNotificationService
extends org.kie.server.controller.websocket.notification.WebSocketNotificationService
| Constructor and Description |
|---|
EmbeddedNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(org.kie.server.controller.api.model.events.ServerInstanceConnected serverInstanceConnected) |
void |
notify(org.kie.server.controller.api.model.events.ServerInstanceDeleted serverInstanceDeleted) |
void |
notify(org.kie.server.controller.api.model.events.ServerInstanceDisconnected serverInstanceDisconnected) |
void |
notify(org.kie.server.controller.api.model.events.ServerInstanceUpdated serverInstanceUpdated) |
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) |
void |
notify(org.kie.server.controller.api.model.events.ServerTemplateDeleted serverTemplateDeleted) |
void |
notify(org.kie.server.controller.api.model.events.ServerTemplateUpdated serverTemplateUpdated) |
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)
notify in interface org.kie.server.controller.api.service.NotificationServicenotify in class org.kie.server.controller.websocket.notification.WebSocketNotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerTemplateUpdated serverTemplateUpdated)
notify in interface org.kie.server.controller.api.service.NotificationServicenotify in class org.kie.server.controller.websocket.notification.WebSocketNotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerTemplateDeleted serverTemplateDeleted)
notify in interface org.kie.server.controller.api.service.NotificationServicenotify in class org.kie.server.controller.websocket.notification.WebSocketNotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerInstanceUpdated serverInstanceUpdated)
notify in interface org.kie.server.controller.api.service.NotificationServicenotify in class org.kie.server.controller.websocket.notification.WebSocketNotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerInstanceDeleted serverInstanceDeleted)
notify in interface org.kie.server.controller.api.service.NotificationServicenotify in class org.kie.server.controller.websocket.notification.WebSocketNotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerInstanceConnected serverInstanceConnected)
notify in interface org.kie.server.controller.api.service.NotificationServicenotify in class org.kie.server.controller.websocket.notification.WebSocketNotificationServicepublic void notify(org.kie.server.controller.api.model.events.ServerInstanceDisconnected serverInstanceDisconnected)
notify in interface org.kie.server.controller.api.service.NotificationServicenotify in class org.kie.server.controller.websocket.notification.WebSocketNotificationServiceCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.