Uses of Interface
io.fluxcapacitor.javaclient.persisting.search.DocumentStore
Packages that use DocumentStore
Package
Description
-
Uses of DocumentStore in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return DocumentStoreModifier and TypeMethodDescriptionFluxCapacitor.documentStore()
Returns a client for the document search service offered by Flux Capacitor. -
Uses of DocumentStore in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type DocumentStoreModifier and TypeMethodDescriptionprotected FluxCapacitor
DefaultFluxCapacitor.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 DocumentStore in io.fluxcapacitor.javaclient.configuration.spring
Methods in io.fluxcapacitor.javaclient.configuration.spring that return DocumentStoreModifier and TypeMethodDescriptionFluxCapacitorSpringConfig.documentStore
(FluxCapacitor fluxCapacitor) -
Uses of DocumentStore in io.fluxcapacitor.javaclient.modeling
Method parameters in io.fluxcapacitor.javaclient.modeling with type arguments of type DocumentStoreModifier and TypeMethodDescriptionstatic Function
<Class<?>, HandlerRepository> DefaultHandlerRepository.handlerRepositorySupplier
(Supplier<DocumentStore> documentStore, DocumentSerializer documentSerializer) Returns a factory function that creates aHandlerRepository
for a given handler type.Constructors in io.fluxcapacitor.javaclient.modeling with parameters of type DocumentStoreModifierConstructorDescriptionDefaultHandlerRepository
(DocumentStore documentStore, String collection, Class<?> type, Stateful annotation) -
Uses of DocumentStore in io.fluxcapacitor.javaclient.persisting.search
Classes in io.fluxcapacitor.javaclient.persisting.search that implement DocumentStoreConstructors in io.fluxcapacitor.javaclient.persisting.search with parameters of type DocumentStoreModifierConstructorDescriptionDefaultIndexOperation
(DocumentStore documentStore, @NonNull Object object) Constructs a newDefaultIndexOperation
instance for managing document indexing.