| Modifier and Type | Class and Description |
|---|---|
class |
EventProcessorInfoConfiguration
Module Configuration implementation that defines the components needed to control and monitor the
EventProcessors with AxonServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
HeartbeatConfiguration
Deprecated.
in through use of the AxonServer java
connector
|
| 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 |
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()
Deprecated.
|
| Constructor and Description |
|---|
EventHandlerRegistrar(AxonConfiguration axonConfiguration,
ModuleConfiguration eventProcessingConfiguration,
EventProcessingConfigurer eventProcessingConfigurer)
Deprecated.
Initialize the registrar to register beans discovered with the given
eventProcessing. |
| Modifier and Type | Method and Description |
|---|---|
SpringConfigurer |
InfraConfiguration.springAxonConfigurer(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
List<ConfigurerModule> configurerModules,
List<ModuleConfiguration> moduleConfigurations) |
Copyright © 2010–2023. All rights reserved.