|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorrelationDataProvider | |
---|---|
org.axonframework.correlation | |
org.axonframework.saga | |
org.axonframework.saga.annotation |
Uses of CorrelationDataProvider in org.axonframework.correlation |
---|
Classes in org.axonframework.correlation that implement CorrelationDataProvider | |
---|---|
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 parameters in org.axonframework.correlation with type arguments of type CorrelationDataProvider | |
---|---|
MultiCorrelationDataProvider(List<? extends CorrelationDataProvider<? super T>> correlationDataProviders)
Initialize the correlation data provider, delegating to given correlationDataProviders . |
Uses of CorrelationDataProvider in org.axonframework.saga |
---|
Methods in org.axonframework.saga with parameters of type CorrelationDataProvider | |
---|---|
void |
AbstractSagaManager.setCorrelationDataProvider(CorrelationDataProvider<? super EventMessage> correlationDataProvider)
Sets the correlation data provider for this SagaManager. |
Method parameters in org.axonframework.saga with type arguments of type CorrelationDataProvider | |
---|---|
void |
AbstractSagaManager.setCorrelationDataProviders(List<? extends CorrelationDataProvider<? super EventMessage>> correlationDataProviders)
Sets the given correlationDataProviders . |
Uses of CorrelationDataProvider in org.axonframework.saga.annotation |
---|
Methods in org.axonframework.saga.annotation with parameters of type CorrelationDataProvider | |
---|---|
void |
AsyncAnnotatedSagaManager.setCorrelationDataProvider(CorrelationDataProvider<? super EventMessage> correlationDataProvider)
Sets the CorrelationDataProvider which provides the Meta Data to assign to messages generated by the Sagas that are managed by this SagaManager instance. |
Method parameters in org.axonframework.saga.annotation with type arguments of type CorrelationDataProvider | |
---|---|
void |
AsyncAnnotatedSagaManager.setCorrelationDataProviders(List<? extends CorrelationDataProvider<? super EventMessage>> correlationDataProviders)
Sets the CorrelationDataProviders which provide the Meta Data to assign to messages generated by the Sagas that are managed by this SagaManager instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |