Uses of Interface
io.fluxzero.sdk.publishing.correlation.CorrelationDataProvider
Packages that use CorrelationDataProvider
Package
Description
-
Uses of CorrelationDataProvider in io.fluxzero.sdk
Methods in io.fluxzero.sdk that return CorrelationDataProviderModifier and TypeMethodDescriptionFluxzero.correlationDataProvider()Returns the provider of correlation data for published messages. -
Uses of CorrelationDataProvider in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return CorrelationDataProviderModifier and TypeMethodDescriptionFluxzeroConfiguration.correlationDataProvider()Returns the provider responsible for adding correlation data to outgoing messages.Methods in io.fluxzero.sdk.configuration with parameters of type CorrelationDataProviderModifier 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) Method parameters in io.fluxzero.sdk.configuration with type arguments of type CorrelationDataProviderModifier and TypeMethodDescriptionDefaultFluxzero.Builder.replaceCorrelationDataProvider(@NonNull UnaryOperator<CorrelationDataProvider> replaceFunction) FluxzeroBuilder.replaceCorrelationDataProvider(UnaryOperator<CorrelationDataProvider> correlationDataProvider) Replaces theCorrelationDataProviderused to attach correlation data to messages. -
Uses of CorrelationDataProvider in io.fluxzero.sdk.publishing.correlation
Classes in io.fluxzero.sdk.publishing.correlation that implement CorrelationDataProviderModifier and TypeClassDescriptionenumDefault implementation of theCorrelationDataProviderinterface.Methods in io.fluxzero.sdk.publishing.correlation that return CorrelationDataProviderModifier and TypeMethodDescriptiondefault CorrelationDataProviderCorrelationDataProvider.andThen(CorrelationDataProvider next) Chains this provider with another, returning a composed provider that merges the metadata from both.Methods in io.fluxzero.sdk.publishing.correlation with parameters of type CorrelationDataProviderModifier and TypeMethodDescriptiondefault CorrelationDataProviderCorrelationDataProvider.andThen(CorrelationDataProvider next) Chains this provider with another, returning a composed provider that merges the metadata from both.