Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.spring.config |
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateConfiguration<A>
Specialization of the Module Configuration for modules that define an Aggregate Configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateConfigurer<A>
Axon Configuration API extension that allows the definition of an Aggregate.
|
class |
EventHandlingConfiguration
Module Configuration implementation that defines an Event Handling component.
|
class |
SagaConfiguration<S>
Module Configuration implementation that defines a Saga.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleConfiguration> |
Configuration.getModules()
Returns all modules that have been registered with this Configuration.
|
Modifier and Type | Method and Description |
---|---|
Configurer |
DefaultConfigurer.registerModule(ModuleConfiguration module) |
Configurer |
Configurer.registerModule(ModuleConfiguration module)
Registers an Axon module with this configuration.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleConfiguration> |
AxonConfiguration.getModules() |
Copyright © 2010–2017. All rights reserved.