Uses of Class
org.axonframework.messaging.core.annotation.MultiHandlerEnhancerDefinition
Packages that use MultiHandlerEnhancerDefinition
-
Uses of MultiHandlerEnhancerDefinition in org.axonframework.messaging.core.annotation
Methods in org.axonframework.messaging.core.annotation that return MultiHandlerEnhancerDefinitionModifier and TypeMethodDescriptionCreates an instance for the givenclazz.ClasspathHandlerEnhancerDefinition.forClassLoader(ClassLoader classLoader) Creates an instance using the givenclassLoader.MultiHandlerEnhancerDefinition.ordered(Collection<HandlerEnhancerDefinition> delegates) Creates a MultiHandlerEnhancerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.MultiHandlerEnhancerDefinition.ordered(HandlerEnhancerDefinition... delegates) Creates a MultiHandlerEnhancerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.