@FunctionalInterface public interface WebSocketServiceFactory
| Modifier and Type | Method and Description |
|---|---|
WebSocketService |
createWebSocketService(String wsUrl)
Creates a web socket service given a web socket url.
|
WebSocketService createWebSocketService(String wsUrl) throws WebSocketServiceException
wsUrl - Web socket url.WebSocketServiceExceptionCopyright © 2020. All rights reserved.