Uses of Interface
org.axonframework.messaging.correlation.CorrelationDataProvider
Packages that use CorrelationDataProvider
Package
Description
-
Uses of CorrelationDataProvider in org.axonframework.config
Methods in org.axonframework.config that return types with arguments of type CorrelationDataProviderModifier and TypeMethodDescriptionConfiguration.correlationDataProviders()Returns the Correlation Data Providers defined in this Configuration.Method parameters in org.axonframework.config with type arguments of type CorrelationDataProviderModifier and TypeMethodDescriptionConfigurer.configureCorrelationDataProviders(Function<Configuration, List<CorrelationDataProvider>> correlationDataProviderBuilder) Configures the CorrelationDataProviders that Message processing components should use to attach correlation data to outgoing messages.DefaultConfigurer.configureCorrelationDataProviders(Function<Configuration, List<CorrelationDataProvider>> correlationDataProviderBuilder) -
Uses of CorrelationDataProvider in org.axonframework.messaging.correlation
Classes in org.axonframework.messaging.correlation that implement CorrelationDataProviderModifier and TypeClassDescriptionclassCorrelationDataProvider that provides theidentifierof aMessageto other messages that are created as result of processing the first message.classMultiCorrelationDataProvider<T extends Message>CorrelationDataProvider that combines the data of multiple other correlation providers.classCorrelationDataProvider implementation defines correlation headers by the header names.Constructor parameters in org.axonframework.messaging.correlation with type arguments of type CorrelationDataProviderModifierConstructorDescriptionMultiCorrelationDataProvider(List<? extends CorrelationDataProvider> correlationDataProviders) Initialize the correlation data provider, delegating to givencorrelationDataProviders. -
Uses of CorrelationDataProvider in org.axonframework.messaging.interceptors
Constructors in org.axonframework.messaging.interceptors with parameters of type CorrelationDataProviderModifierConstructorDescriptionCorrelationDataInterceptor(CorrelationDataProvider... correlationDataProviders) Initializes the interceptor that registers givencorrelationDataProviderswith the current Unit of Work.Constructor parameters in org.axonframework.messaging.interceptors with type arguments of type CorrelationDataProviderModifierConstructorDescriptionCorrelationDataInterceptor(Collection<CorrelationDataProvider> correlationDataProviders) Initializes the interceptor that registers givencorrelationDataProviderswith the current Unit of Work. -
Uses of CorrelationDataProvider in org.axonframework.messaging.unitofwork
Methods in org.axonframework.messaging.unitofwork that return types with arguments of type CorrelationDataProviderModifier and TypeMethodDescriptionprotected Collection<CorrelationDataProvider> AbstractUnitOfWork.correlationDataProviders()Provides the collection of registered Correlation Data Providers of this Unit of Work.Methods in org.axonframework.messaging.unitofwork with parameters of type CorrelationDataProviderModifier and TypeMethodDescriptionvoidAbstractUnitOfWork.registerCorrelationDataProvider(CorrelationDataProvider correlationDataProvider) voidUnitOfWork.registerCorrelationDataProvider(CorrelationDataProvider correlationDataProvider) Register givencorrelationDataProviderwith this Unit of Work. -
Uses of CorrelationDataProvider in org.axonframework.spring.config
Methods in org.axonframework.spring.config that return types with arguments of type CorrelationDataProvider -
Uses of CorrelationDataProvider in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return CorrelationDataProviderMethod parameters in org.axonframework.springboot.autoconfig with type arguments of type CorrelationDataProviderModifier and TypeMethodDescriptionInfraConfiguration.correlationDataProvidersConfigurer(List<CorrelationDataProvider> correlationDataProviders)