| Package | Description |
|---|---|
| org.axonframework.spring.config |
| Modifier and Type | Method and Description |
|---|---|
static MessageHandlerConfigurer.Type |
MessageHandlerConfigurer.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageHandlerConfigurer.Type[] |
MessageHandlerConfigurer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MessageHandlerConfigurer(MessageHandlerConfigurer.Type type,
List<String> beanRefs)
Registers the beans identified in given
beanRefs as the given type of handler with the Axon
Configuration. |
Copyright © 2010–2023. All rights reserved.