Class WebSocketClient
java.lang.Object
io.fluxcapacitor.javaclient.configuration.client.AbstractClient
io.fluxcapacitor.javaclient.configuration.client.WebSocketClient
- All Implemented Interfaces:
Client
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWebSocketClient(WebSocketClient.ClientConfig clientConfig) -
Method Summary
Modifier and TypeMethodDescriptionstatic WebSocketClientnewInstance(WebSocketClient.ClientConfig clientConfig) voidshutDown()Methods inherited from class io.fluxcapacitor.javaclient.configuration.client.AbstractClient
getGatewayClient, getTrackingClient, id, nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.javaclient.configuration.client.Client
getEventStoreClient, getKeyValueClient, getSchedulingClient, getSearchClient
-
Constructor Details
-
WebSocketClient
-
-
Method Details
-
newInstance
-
shutDown
public void shutDown()- Specified by:
shutDownin interfaceClient- Overrides:
shutDownin classAbstractClient
-