Package | Description |
---|---|
org.axonframework.messaging.annotation |
Modifier and Type | Method and Description |
---|---|
static MultiHandlerDefinition |
ClasspathHandlerDefinition.forClass(Class<?> clazz)
Creates an instance for the given
clazz . |
static MultiHandlerDefinition |
ClasspathHandlerDefinition.forClassLoader(ClassLoader classLoader)
Creates an instance using the given
classLoader . |
static MultiHandlerDefinition |
MultiHandlerDefinition.ordered(HandlerDefinition... delegates)
Creates a MultiHandlerDefinition instance with the given
delegates , which are automatically ordered
based
on the @Priority annotation on their respective classes. |
static MultiHandlerDefinition |
MultiHandlerDefinition.ordered(HandlerEnhancerDefinition handlerEnhancerDefinition,
HandlerDefinition... delegates)
Creates a MultiHandlerDefinition instance with the given
delegates , which are automatically ordered
based
on the @Priority annotation on their respective classes. |
static MultiHandlerDefinition |
MultiHandlerDefinition.ordered(List<HandlerDefinition> delegates)
Creates a MultiHandlerDefinition instance with the given
delegates , which are automatically ordered based
on the @Priority annotation on their respective classes. |
static MultiHandlerDefinition |
MultiHandlerDefinition.ordered(List<HandlerDefinition> delegates,
HandlerEnhancerDefinition handlerEnhancerDefinition)
Creates a MultiHandlerDefinition instance with the given
delegates , which are automatically ordered based
on the @Priority annotation on their respective classes. |
Copyright © 2010–2020. All rights reserved.