Modifier and Type | Class and Description |
---|---|
class |
ServerConnectorConfigurerModule
Configurer module which is auto-loadable by the
DefaultConfigurer that sets sensible
default to use when the AxonServer connector is available on the classpath. |
Modifier and Type | Class and Description |
---|---|
class |
MetricsConfigurerModule
Implementation of the
ConfigurerModule which uses the GlobalMetricRegistry
to register several Metrics Modules to the given Configurer . |
Modifier and Type | Class and Description |
---|---|
class |
MessageHandlerConfigurer
An implementation of a
ConfigurerModule that will register a list of beans as handlers for a specific type of
message. |
class |
SpringAggregateConfigurer<T>
A
ConfigurerModule implementation that will configure an Aggregate with the Axon Configuration . |
class |
SpringSagaConfigurer
A
ConfigurerModule implementation that configures a Saga based on configuration found in the Application
Context. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurerFactoryBean.setConfigurerModules(List<ConfigurerModule> configurerModules)
Deprecated.
Registers the
configurerModules that provide context-sensitive default settings for the Configurer. |
Modifier and Type | Method and Description |
---|---|
ConfigurerModule |
AxonTracingAutoConfiguration.configurerModuleForTracing(List<SpanAttributesProvider> spanAttributesProviders) |
ConfigurerModule |
InfraConfiguration.correlationDataProvidersConfigurer(List<CorrelationDataProvider> correlationDataProviders) |
ConfigurerModule |
InfraConfiguration.eventUpcastersConfigurer(List<EventUpcaster> upcasters) |
ConfigurerModule |
AxonServerAutoConfiguration.persistentStreamProcessorsConfigurerModule(EventProcessorProperties processorProperties,
AxonServerConfiguration axonServerConfiguration)
Creates a
ConfigurerModule to configure
sequencing policies for persistent streams
connected to subscribing event processors with
a dead letter queue. |
ConfigurerModule |
AxonAutoConfiguration.serializerConfigurer(Serializer eventSerializer,
Serializer messageSerializer,
Serializer generalSerializer) |
Modifier and Type | Method and Description |
---|---|
SpringConfigurer |
InfraConfiguration.springAxonConfigurer(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
List<ConfigurerModule> configurerModules,
List<ModuleConfiguration> moduleConfigurations) |
Modifier and Type | Class and Description |
---|---|
class |
DeadLetterQueueProviderConfigurerModule
A
ConfigurerModule implementation dedicated towards registering a SequencedDeadLetterQueue provider
with the EventProcessingConfigurer . |
Copyright © 2010–2024. All rights reserved.