Uses of Interface
org.axonframework.config.ConfigurerModule
Packages that use ConfigurerModule
Package
Description
-
Uses of ConfigurerModule in org.axonframework.axonserver.connector
Classes in org.axonframework.axonserver.connector that implement ConfigurerModuleModifier and TypeClassDescriptionclassConfigurer module which is auto-loadable by theDefaultConfigurerthat sets sensible default to use when the AxonServer connector is available on the classpath. -
Uses of ConfigurerModule in org.axonframework.config
Classes in org.axonframework.config that implement ConfigurerModuleModifier and TypeClassDescriptionclassAConfigurerModulethat registers theUpdateCheckercomponent. -
Uses of ConfigurerModule in org.axonframework.metrics
Classes in org.axonframework.metrics that implement ConfigurerModuleModifier and TypeClassDescriptionclassImplementation of theConfigurerModulewhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenConfigurer. -
Uses of ConfigurerModule in org.axonframework.micrometer
Classes in org.axonframework.micrometer that implement ConfigurerModuleModifier and TypeClassDescriptionclassImplementation of theConfigurerModulewhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenConfigurer. -
Uses of ConfigurerModule in org.axonframework.spring.config
Classes in org.axonframework.spring.config that implement ConfigurerModuleModifier and TypeClassDescriptionclassAn implementation of aConfigurerModulethat will register a list of beans as handlers for a specific type of message.classAConfigurerModuleimplementation that will configure an Aggregate with the AxonConfiguration.classAConfigurerModuleimplementation that configures a Saga based on configuration found in the Application Context.Method parameters in org.axonframework.spring.config with type arguments of type ConfigurerModuleModifier and TypeMethodDescriptionvoidConfigurerFactoryBean.setConfigurerModules(List<ConfigurerModule> configurerModules) Deprecated.Registers theconfigurerModulesthat provide context-sensitive default settings for the Configurer. -
Uses of ConfigurerModule in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return ConfigurerModuleModifier and TypeMethodDescriptionAxonServerAutoConfiguration.autoPersistentStreamMessageSourceDefinitionBuilder(PersistentStreamScheduledExecutorBuilder executorBuilder, PersistentStreamMessageSourceFactory psFactory, AxonServerConfiguration axonServerConfiguration) Creates aConfigurerModuleto invoke}invalid @link
{@link EventProcessingConfigurer::usingSubscribingEventProcessorsAxonTimeoutAutoConfiguration.axonTimeoutConfigurerModule(TimeoutProperties properties) AxonTracingAutoConfiguration.configurerModuleForTracing(List<SpanAttributesProvider> spanAttributesProviders) InfraConfiguration.correlationDataProvidersConfigurer(List<CorrelationDataProvider> correlationDataProviders) InfraConfiguration.eventUpcastersConfigurer(List<EventUpcaster> upcasters) AxonServerAutoConfiguration.persistentStreamProcessorsConfigurerModule(EventProcessorProperties processorProperties, AxonServerConfiguration axonServerConfiguration) Creates aConfigurerModuleto configuresequencing policiesfor persistent streams connected tosubscribing event processorswith a dead letter queue.AxonAutoConfiguration.serializerConfigurer(Serializer eventSerializer, Serializer messageSerializer, Serializer generalSerializer) AxonServerAutoConfiguration.topologyChangeListenerConfigurerModule(AxonServerConnectionManager platformConnectionManager, List<TopologyChangeListener> changeListeners) Method parameters in org.axonframework.springboot.autoconfig with type arguments of type ConfigurerModuleModifier and TypeMethodDescriptionInfraConfiguration.springAxonConfigurer(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, List<ConfigurerModule> configurerModules, List<ModuleConfiguration> moduleConfigurations) -
Uses of ConfigurerModule in org.axonframework.springboot.util
Classes in org.axonframework.springboot.util that implement ConfigurerModuleModifier and TypeClassDescriptionclassAConfigurerModuleimplementation dedicated towards registering aSequencedDeadLetterQueueprovider with theEventProcessingConfigurer.