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, SnapshotStore snapshotStore, EventStore eventStore, KeyValueStore keyValueStore, DocumentStore documentStore, Scheduler scheduler, UserProvider userProvider, Cache cache, Serializer serializer, CorrelationDataProvider correlationDataProvider, IdentityProvider identityProvider, PropertySource propertySource, Client client, Runnable shutdownHandler) Method parameters in io.fluxcapacitor.javaclient.configuration with type arguments of type CorrelationDataProviderModifier and TypeMethodDescriptionDefaultFluxCapacitor.Builder.replaceCorrelationDataProvider(@NonNull UnaryOperator<CorrelationDataProvider> replaceFunction) FluxCapacitorBuilder.replaceCorrelationDataProvider(UnaryOperator<CorrelationDataProvider> correlationDataProvider) -
Uses of CorrelationDataProvider in io.fluxcapacitor.javaclient.publishing.correlation
Classes in io.fluxcapacitor.javaclient.publishing.correlation that implement CorrelationDataProviderMethods in io.fluxcapacitor.javaclient.publishing.correlation that return CorrelationDataProviderModifier and TypeMethodDescriptiondefault CorrelationDataProviderCorrelationDataProvider.andThen(CorrelationDataProvider next) Methods in io.fluxcapacitor.javaclient.publishing.correlation with parameters of type CorrelationDataProviderModifier and TypeMethodDescriptiondefault CorrelationDataProviderCorrelationDataProvider.andThen(CorrelationDataProvider next)