| Package | Description |
|---|---|
| org.axonframework.correlation | |
| org.axonframework.saga | |
| org.axonframework.saga.annotation |
| Modifier and Type | Class and Description |
|---|---|
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<? super T>> correlationDataProviders)
Initialize the correlation data provider, delegating to given
correlationDataProviders. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSagaManager.setCorrelationDataProvider(CorrelationDataProvider<? super EventMessage> correlationDataProvider)
Sets the correlation data provider for this SagaManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSagaManager.setCorrelationDataProviders(List<? extends CorrelationDataProvider<? super EventMessage>> correlationDataProviders)
Sets the given
correlationDataProviders. |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncAnnotatedSagaManager.setCorrelationDataProvider(CorrelationDataProvider<? super EventMessage> correlationDataProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncAnnotatedSagaManager.setCorrelationDataProviders(List<? extends CorrelationDataProvider<? super EventMessage>> correlationDataProviders) |
Copyright © 2010-2014. All Rights Reserved.