Uses of Interface
io.fluxcapacitor.javaclient.persisting.eventsourcing.client.EventStoreClient
Packages that use EventStoreClient
Package
Description
-
Uses of EventStoreClient in io.fluxcapacitor.javaclient.configuration.client
Methods in io.fluxcapacitor.javaclient.configuration.client that return EventStoreClientModifier and TypeMethodDescriptionprotected abstract EventStoreClient
AbstractClient.createEventStoreClient()
Subclasses must implement this method to return aEventStoreClient
.protected EventStoreClient
LocalClient.createEventStoreClient()
protected EventStoreClient
WebSocketClient.createEventStoreClient()
Client.getEventStoreClient()
Returns theEventStoreClient
associated with this client for querying event logs. -
Uses of EventStoreClient in io.fluxcapacitor.javaclient.persisting.eventsourcing.client
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing.client that implement EventStoreClientModifier and TypeClassDescriptionclass
An implementation of theEventStoreClient
interface that provides an in-memory event storage solution.class
A client implementation for managing and storing events in an in-memory event store.class
WebSocket-based implementation of theEventStoreClient
, enabling interaction with the Flux Platform's event store via a persistent WebSocket connection.