Package org.axonframework.messaging.core.correlation
@NullMarked
package org.axonframework.messaging.core.correlation
Part of the Axon Messaging module. Contains classes related to message correlation.
-
ClassDescriptionObject defining the data from a
Messagethat should be attached as correlation data toMessagesgenerated as result of the processing of the givenmessage.A registry ofCorrelationDataProviders, acting as a collection ofregistered CorrelationDataProvider components.Default implementation of theCorrelationDataProviderRegistry, maintaining a list ofCorrelationDataProviders.ACorrelationDataProviderimplementation that provides theidentifierof aMessageto otherMessagesthat are created as result of processing the givenmessage.ACorrelationDataProviderthat combines the data of multiple other correlation providers.ACorrelationDataProviderimplementation that defines correlation data by theMessage.metadata()key names.