public class KieServerControllerNotificationWebSocketClient extends WebSocketClientImpl<KieServerControllerNotificationMessageHandler>
messageHandler| Constructor and Description |
|---|
KieServerControllerNotificationWebSocketClient() |
KieServerControllerNotificationWebSocketClient(Consumer<KieServerControllerEvent> eventConsumer) |
KieServerControllerNotificationWebSocketClient(Consumer<KieServerControllerEvent> eventConsumer,
Consumer<WebSocketClient> onReconnect) |
| Modifier and Type | Method and Description |
|---|---|
void |
onOpen(javax.websocket.Session session,
javax.websocket.EndpointConfig config) |
close, init, isActive, onClose, onError, sendTextWithHandlerpublic KieServerControllerNotificationWebSocketClient()
public KieServerControllerNotificationWebSocketClient(Consumer<KieServerControllerEvent> eventConsumer, Consumer<WebSocketClient> onReconnect)
public KieServerControllerNotificationWebSocketClient(Consumer<KieServerControllerEvent> eventConsumer)
public void onOpen(javax.websocket.Session session,
javax.websocket.EndpointConfig config)
onOpen in class WebSocketClientImpl<KieServerControllerNotificationMessageHandler>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.