Uses of Interface
io.fluxcapacitor.javaclient.publishing.correlation.CorrelationDataProvider
Packages that use CorrelationDataProvider
Package
Description
-
Uses of CorrelationDataProvider in io.fluxcapacitor.javaclient
Methods in io.fluxcapacitor.javaclient that return CorrelationDataProviderModifier and TypeMethodDescriptionFluxCapacitor.correlationDataProvider()Returns the provider of correlation data for published messages. -
Uses of CorrelationDataProvider in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration with parameters of type CorrelationDataProviderModifier and TypeMethodDescriptionprotected FluxCapacitorDefaultFluxCapacitor.Builder.doBuild(Map<MessageType, ? extends Tracking> trackingSupplier, CommandGateway commandGateway, QueryGateway queryGateway, EventGateway eventGateway, ResultGateway resultGateway, ErrorGateway errorGateway, MetricsGateway metricsGateway, WebRequestGateway webRequestGateway, AggregateRepository aggregateRepository, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, Client client, Runnable shutdownHandler) DefaultFluxCapacitor.Builder.replaceCorrelationDataProvider(CorrelationDataProvider correlationDataProvider) FluxCapacitorBuilder.replaceCorrelationDataProvider(CorrelationDataProvider correlationDataProvider) -
Uses of CorrelationDataProvider in io.fluxcapacitor.javaclient.publishing.correlation
Classes in io.fluxcapacitor.javaclient.publishing.correlation that implement CorrelationDataProvider