| Package | Description |
|---|---|
| io.fluxcapacitor.javaclient.configuration.client | |
| io.fluxcapacitor.javaclient.eventsourcing.client |
| Modifier and Type | Method and Description |
|---|---|
EventStoreClient |
AbstractClient.getEventStoreClient() |
EventStoreClient |
Client.getEventStoreClient() |
| Constructor and Description |
|---|
AbstractClient(String name,
String id,
Function<MessageType,? extends GatewayClient> gatewayClients,
Function<MessageType,? extends TrackingClient> trackingClients,
EventStoreClient eventStoreClient,
SchedulingClient schedulingClient,
KeyValueClient keyValueClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryEventStoreClient |
class |
WebSocketEventStoreClient |
Copyright © 2019 Flux Capacitor. All rights reserved.