Class DefaultCorrelationDataProviderRegistry

java.lang.Object
org.axonframework.messaging.core.correlation.DefaultCorrelationDataProviderRegistry
All Implemented Interfaces:
CorrelationDataProviderRegistry

@Internal public class DefaultCorrelationDataProviderRegistry extends Object implements CorrelationDataProviderRegistry
Default implementation of the CorrelationDataProviderRegistry, maintaining a list of CorrelationDataProviders.

This implementation ensures given correlation data providers factory methods are only invoked once.

Since:
5.0.0
Author:
Steven van Beelen