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. -
Uses of EventStoreClient in io.fluxzero.sdk.persisting.repository
Constructors in io.fluxzero.sdk.persisting.repository with parameters of type EventStoreClientModifierConstructorDescriptionDefaultAggregateRepository(EventStore eventStore, EventStoreClient eventStoreClient, SnapshotStore snapshotStore, Cache aggregateCache, Cache relationshipsCache, DocumentStore documentStore, Serializer serializer, DispatchInterceptor dispatchInterceptor, EntityHelper entityHelper) -
Uses of EventStoreClient in io.fluxzero.testserver.websocket
Constructors in io.fluxzero.testserver.websocket with parameters of type EventStoreClientModifierConstructorDescriptionEventSourcingEndpoint(EventStoreClient eventStore, CommandIdempotencyStore commandIdempotencyStore)