Package org.axonframework.messaging.core.reflection
@NullMarked
package org.axonframework.messaging.core.reflection
Part of the Axon Messaging module. Contains classes related to message reflection logic.
-
ClassesClassDescription
ConfigurationEnhancerthat registers theClasspathHandlerDefinitionas the defaultHandlerDefinition, and theClasspathHandlerEnhancerDefinitionas the defaultHandlerEnhancerDefinition.ConfigurationEnhancerthat registers theClasspathParameterResolverFactoryas the defaultParameterResolverFactory.ConfigurationEnhancerthat registers a decorator for theHandlerDefinitionthat, when aparent configurationis present, composes both the parent and the currentHandlerDefinitioninto aMultiHandlerDefinition, re-assembled with the current, fully composedHandlerEnhancerDefinition.ConfigurationEnhancerthat registers a decorator for theHandlerEnhancerDefinitionthat, when aparent configurationis present, composes both the parent and the currentHandlerEnhancerDefinitioninto aMultiHandlerEnhancerDefinition.ConfigurationEnhancerthat registers a decorator for theParameterResolverFactorythat, when a parent configuration is present, wraps both the parent and the currentParameterResolverFactoryin aHierarchicalParameterResolverFactorythat delegates to the parent if a parameter cannot be resolved by the current configuration.