Interface Client
- All Known Implementing Classes:
AbstractClient,InMemoryClient,WebSocketClient
public interface Client
-
Method Summary
Modifier and TypeMethodDescriptiongetGatewayClient(MessageType messageType) getTrackingClient(MessageType messageType) id()name()voidshutDown()
-
Method Details
-
name
String name() -
id
String id() -
getGatewayClient
-
getTrackingClient
-
getEventStoreClient
EventStoreClient getEventStoreClient() -
getSchedulingClient
SchedulingClient getSchedulingClient() -
getKeyValueClient
KeyValueClient getKeyValueClient() -
getSearchClient
SearchClient getSearchClient() -
shutDown
void shutDown()
-