Uses of Interface
io.fluxzero.sdk.persisting.eventsourcing.client.EventStoreClient
Packages that use EventStoreClient
Package
Description
-
Uses of EventStoreClient in io.fluxzero.sdk.configuration.client
Methods in io.fluxzero.sdk.configuration.client that return EventStoreClientModifier and TypeMethodDescriptionprotected abstract EventStoreClientAbstractClient.createEventStoreClient()Subclasses must implement this method to return aEventStoreClient.protected EventStoreClientLocalClient.createEventStoreClient()protected EventStoreClientWebSocketClient.createEventStoreClient()Client.getEventStoreClient()Returns theEventStoreClientassociated with this client for querying event logs. -
Uses of EventStoreClient in io.fluxzero.sdk.persisting.eventsourcing.client
Classes in io.fluxzero.sdk.persisting.eventsourcing.client that implement EventStoreClientModifier and TypeClassDescriptionclassAn implementation of theEventStoreClientinterface that provides an in-memory event storage solution.classA client implementation for managing and storing events in an in-memory event store.classWebSocket-based implementation of theEventStoreClient, enabling interaction with the Fluxzero Runtime's event store via a persistent WebSocket connection.