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