Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.config | |
org.axonframework.spring.config |
Modifier and Type | Class and Description |
---|---|
class |
EventProcessorInfoConfiguration
Module Configuration implementation that defines the components needed to
control and monitor the
EventProcessor s with AxonServer. |
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 |
EventProcessingModule
Event processing module configuration.
|
Modifier and Type | Method and Description |
---|---|
default <T extends ModuleConfiguration> |
Configuration.findModules(Class<T> moduleType)
Finds all configuration modules of given
moduleType within this configuration. |
Modifier and Type | Method and Description |
---|---|
default ModuleConfiguration |
ModuleConfiguration.unwrap()
Returns the actual module configuration instance.
|
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 |
Configurer.registerModule(ModuleConfiguration module)
Registers an Axon module with this configuration.
|
Configurer |
DefaultConfigurer.registerModule(ModuleConfiguration module) |
Modifier and Type | Method and Description |
---|---|
List<ModuleConfiguration> |
AxonConfiguration.getModules() |
Constructor and Description |
---|
EventHandlerRegistrar(AxonConfiguration axonConfiguration,
ModuleConfiguration eventProcessingConfiguration,
EventProcessingConfigurer eventProcessingConfigurer)
Initialize the registrar to register beans discovered with the given
eventProcessing . |
Copyright © 2010–2019. All rights reserved.