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.modeling
Constructors in io.fluxzero.sdk.modeling with parameters of type EventStoreClientModifierConstructorDescriptionModelCommitHandlerRegistry(DefaultModelRepository repository, EventStoreClient eventStoreClient, Serializer serializer, Serializer snapshotSerializer, DocumentSerializer documentSerializer, DispatchInterceptor commandDispatchInterceptor, DispatchInterceptor eventDispatchInterceptor, String source, List<io.fluxzero.common.handling.ParameterResolver<? super DeserializingMessage>> parameterResolvers, HandlerDecorator handlerDecorator, io.fluxzero.common.api.modeling.ModelConflictPolicy conflictPolicy, io.fluxzero.common.api.modeling.ModelConflictPolicy creationConflictPolicy, ModelConflictResolver conflictResolver, int maxConflictRetries, AutomaticModelHandling automaticHandling, GraphProjectionCompletion graphProjectionCompletion) Creates the automatic model registration facade and its single execution pipeline. -
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 EventStoreClientModifierConstructorDescriptionCommit(EventStoreClient eventStoreClient, Serializer serializer, DocumentSerializer documentSerializer, DispatchInterceptor dispatchInterceptor, String source, Serializer snapshotSerializer, GraphProjectionCompletion graphProjectionCompletion)