Uses of Interface
io.fluxzero.sdk.persisting.eventsourcing.EventStore
Packages that use EventStore
Package
Description
-
Uses of EventStore in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return EventStore -
Uses of EventStore in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration with parameters of type EventStoreModifier and TypeMethodDescriptionprotected FluxzeroDefaultFluxzero.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, Function<String, ? extends GenericGateway> customGatewaySupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, MessageScheduler messageScheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, DelegatingClock clock, TaskScheduler taskScheduler, Client client, ThrowingRunnable shutdownHandler) -
Uses of EventStore in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.modeling with parameters of type EventStoreModifier and TypeMethodDescriptionstatic <T> ImmutableAggregateRoot<T> ImmutableAggregateRoot.from(Entity<T> a, EntityHelper entityHelper, Serializer serializer, EventStore eventStore) -
Uses of EventStore in io.fluxzero.sdk.persisting.eventsourcing
Classes in io.fluxzero.sdk.persisting.eventsourcing that implement EventStoreModifier and TypeClassDescriptionclassDefault implementation of theEventStoreinterface, providing mechanisms to store and retrieve events associated with aggregate instances.Subinterfaces with type arguments of type EventStore in io.fluxzero.sdk.persisting.eventsourcingModifier and TypeInterfaceDescriptioninterfaceHigh-level abstraction for accessing and storing domain events in an event-sourced system.Methods in io.fluxzero.sdk.persisting.eventsourcing that return EventStore