Uses of Class
org.axonframework.messaging.core.annotation.MultiHandlerDefinition
Packages that use MultiHandlerDefinition
-
Uses of MultiHandlerDefinition in org.axonframework.messaging.core.annotation
Methods in org.axonframework.messaging.core.annotation that return MultiHandlerDefinitionModifier and TypeMethodDescriptionstatic MultiHandlerDefinitionCreates an instance for the givenclazz.static MultiHandlerDefinitionClasspathHandlerDefinition.forClassLoader(ClassLoader classLoader) Creates an instance using the givenclassLoader.static MultiHandlerDefinitionMultiHandlerDefinition.ordered(List<HandlerDefinition> delegates) Creates a MultiHandlerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.static MultiHandlerDefinitionMultiHandlerDefinition.ordered(List<HandlerDefinition> delegates, HandlerEnhancerDefinition handlerEnhancerDefinition) Creates a MultiHandlerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.static MultiHandlerDefinitionMultiHandlerDefinition.ordered(HandlerDefinition... delegates) Creates a MultiHandlerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.static MultiHandlerDefinitionMultiHandlerDefinition.ordered(HandlerEnhancerDefinition handlerEnhancerDefinition, HandlerDefinition... delegates) Creates a MultiHandlerDefinition instance with the givendelegates, which are automatically ordered based on the@Priorityannotation on their respective classes.