Modifier and Type | Method and Description |
---|---|
List<CorrelationDataProvider> |
Configuration.correlationDataProviders()
Returns the Correlation Data Providers defined in this Configuration.
|
Modifier and Type | Method and Description |
---|---|
Configurer |
DefaultConfigurer.configureCorrelationDataProviders(Function<Configuration,List<CorrelationDataProvider>> correlationDataProviderBuilder) |
Configurer |
Configurer.configureCorrelationDataProviders(Function<Configuration,List<CorrelationDataProvider>> correlationDataProviderBuilder)
Configures the CorrelationDataProviders that Message processing components should use to attach correlation data
to outgoing messages.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageOriginProvider
CorrelationDataProvider that provides the
identifier of a Message to
other messages that are created as result of processing the first message. |
class |
MultiCorrelationDataProvider<T extends Message>
CorrelationDataProvider that combines the data of multiple other correlation providers.
|
class |
SimpleCorrelationDataProvider
CorrelationDataProvider implementation defines correlation headers by the header names.
|
Constructor and Description |
---|
MultiCorrelationDataProvider(List<? extends CorrelationDataProvider> correlationDataProviders)
Initialize the correlation data provider, delegating to given
correlationDataProviders . |
Constructor and Description |
---|
CorrelationDataInterceptor(CorrelationDataProvider... correlationDataProviders)
Initializes the interceptor that registers given
correlationDataProviders with the current Unit of Work. |
Constructor and Description |
---|
CorrelationDataInterceptor(Collection<CorrelationDataProvider> correlationDataProviders)
Initializes the interceptor that registers given
correlationDataProviders with the current Unit of Work. |
Modifier and Type | Method and Description |
---|---|
protected Collection<CorrelationDataProvider> |
AbstractUnitOfWork.correlationDataProviders()
Provides the collection of registered Correlation Data Providers of this Unit of Work.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractUnitOfWork.registerCorrelationDataProvider(CorrelationDataProvider correlationDataProvider) |
void |
UnitOfWork.registerCorrelationDataProvider(CorrelationDataProvider correlationDataProvider)
Register given
correlationDataProvider with this Unit of Work. |
Modifier and Type | Method and Description |
---|---|
List<CorrelationDataProvider> |
AxonConfiguration.correlationDataProviders() |
Modifier and Type | Method and Description |
---|---|
CorrelationDataProvider |
AxonAutoConfiguration.messageOriginProvider() |
Copyright © 2010–2020. All rights reserved.