Package | Description |
---|---|
org.axonframework.axonserver.connector | |
org.axonframework.metrics | |
org.axonframework.spring.config | |
org.axonframework.springboot.autoconfig |
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 |
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) |
Copyright © 2010–2023. All rights reserved.