Package io.fluxcapacitor.javaclient.persisting.eventsourcing.client
package io.fluxcapacitor.javaclient.persisting.eventsourcing.client
-
ClassDescriptionLow-level client interface for interacting with the event store in Flux Capacitor.An implementation of the
EventStoreClient
interface that provides an in-memory event storage solution.A client implementation for managing and storing events in an in-memory event store.WebSocket-based implementation of theEventStoreClient
, enabling interaction with the Flux Platform's event store via a persistent WebSocket connection.