Uses of Interface
org.kie.server.controller.websocket.common.config.WebSocketClientConfiguration
-
Packages that use WebSocketClientConfiguration Package Description org.kie.server.controller.websocket.common org.kie.server.controller.websocket.common.config -
-
Uses of WebSocketClientConfiguration in org.kie.server.controller.websocket.common
Methods in org.kie.server.controller.websocket.common with parameters of type WebSocketClientConfiguration Modifier and Type Method Description voidWebSocketClient. init(WebSocketClientConfiguration config)voidWebSocketClientImpl. init(WebSocketClientConfiguration clientConfig) -
Uses of WebSocketClientConfiguration in org.kie.server.controller.websocket.common.config
Classes in org.kie.server.controller.websocket.common.config that implement WebSocketClientConfiguration Modifier and Type Class Description classWebSocketClientConfigurationImplMethods in org.kie.server.controller.websocket.common.config that return WebSocketClientConfiguration Modifier and Type Method Description WebSocketClientConfigurationWebSocketClientConfiguration.Builder. build()
-