Uses of Interface
org.axonframework.common.configuration.ConfigurationEnhancer
Packages that use ConfigurationEnhancer
Package
Description
-
Uses of ConfigurationEnhancer in org.axonframework.axonserver.connector
Classes in org.axonframework.axonserver.connector that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassAConfigurationEnhancerthat is auto-loadable by theApplicationConfigurer, setting sensible defaults when using Axon Server. -
Uses of ConfigurationEnhancer in org.axonframework.common.configuration
Methods in org.axonframework.common.configuration with parameters of type ConfigurationEnhancerModifier and TypeMethodDescriptionComponentRegistry.registerEnhancer(ConfigurationEnhancer enhancer) Registers anConfigurationEnhancerwith thisComponentRegistry.DefaultComponentRegistry.registerEnhancer(ConfigurationEnhancer enhancer) Method parameters in org.axonframework.common.configuration with type arguments of type ConfigurationEnhancerModifier and TypeMethodDescriptionComponentRegistry.disableEnhancer(Class<? extends ConfigurationEnhancer> enhancerClass) Disables the givenConfigurationEnhancerclass from executing during the configuration initialization phase.DefaultComponentRegistry.disableEnhancer(Class<? extends ConfigurationEnhancer> enhancerClass) -
Uses of ConfigurationEnhancer in org.axonframework.eventsourcing.configuration
Classes in org.axonframework.eventsourcing.configuration that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassAConfigurationEnhancerregistering the default components of theEventSourcingConfigurer. -
Uses of ConfigurationEnhancer in org.axonframework.extension.metrics.dropwizard
Classes in org.axonframework.extension.metrics.dropwizard that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassImplementation of theConfigurationEnhancerwhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenComponentRegistry. -
Uses of ConfigurationEnhancer in org.axonframework.extension.metrics.micrometer
Classes in org.axonframework.extension.metrics.micrometer that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassImplementation of theConfigurationEnhancerwhich uses theGlobalMetricRegistryto register several Metrics Modules to the givenComponentRegistry. -
Uses of ConfigurationEnhancer in org.axonframework.extension.spring.config
Classes in org.axonframework.extension.spring.config that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassAn implementation of aConfigurationEnhancerthat will register a list of beans as handlers for a specific type of message.classAConfigurationEnhancerimplementation that will configure an Aggregate with the AxonConfiguration.Methods in org.axonframework.extension.spring.config with parameters of type ConfigurationEnhancerModifier and TypeMethodDescriptionSpringComponentRegistry.registerEnhancer(ConfigurationEnhancer enhancer) Method parameters in org.axonframework.extension.spring.config with type arguments of type ConfigurationEnhancerModifier and TypeMethodDescriptionSpringComponentRegistry.disableEnhancer(Class<? extends ConfigurationEnhancer> enhancerClass) -
Uses of ConfigurationEnhancer in org.axonframework.extension.springboot.autoconfig
Classes in org.axonframework.extension.springboot.autoconfig that implement ConfigurationEnhancerModifier and TypeClassDescriptionstatic final recordEnhancer for registration of a bean definition creating a JPA Storage Engine.Methods in org.axonframework.extension.springboot.autoconfig that return ConfigurationEnhancerModifier and TypeMethodDescriptionJpaEventStoreAutoConfiguration.aggregateBasedJpaEventStorageEngine(jakarta.persistence.EntityManagerFactory entityManagerFactory, PersistenceExceptionResolver persistenceExceptionResolver, JpaEventStorageEngineConfigurationProperties jpaEventStorageEngineConfigurationProperties) Creates an aggregate-based JPA event storage engine enhancer.AxonServerAutoConfiguration.axonServerConfigurationEnhancer()Bean creation method constructing aConfigurationEnhancerthat decorates theAxonServerConfigurationandDistributedCommandBusConfiguration.AxonServerAutoConfiguration.axonServerConfigurationWithConnectionDetails(AxonServerConnectionDetails connectionDetails) Bean creation method constructing aConfigurationEnhancerthat uses the availableAxonServerConnectionDetailsto specify theAxonServerConfiguration.getServers().AxonTimeoutAutoConfiguration.axonTimeoutConfigurationEnhancer(TimeoutProperties properties) Bean creation method for aConfigurationEnhanceradding theUnitOfWorkTimeoutInterceptorBuilderforCommandMessages,EventMessages, andQueryMessagesasMessageHandlerInterceptors.AxonServerAutoConfiguration.disableAxonServerConfigurationEnhancer()Bean creation method constructing aConfigurationEnhancerthat disables Axon Server that is only constructed whenaxon.axonserver.enabledis set tofalse.UpdateCheckerAutoConfiguration.springUpdateCheckerConfigEnhancer(UsagePropertyProvider usagePropertyProvider) Bean creation method for aConfigurationEnhancerfor Spring-specificUpdateCheckercomponents.AxonServerAutoConfiguration.topologyChangeListenerConfigurerModule(List<TopologyChangeListener> changeListeners) Bean creation method constructing aConfigurationEnhancerthat uses the availableTopologyChangeListenersand registers them with theAxonServerConnectionManager. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.commandhandling.annotation
Classes in org.axonframework.messaging.commandhandling.annotation that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfiguration enhancer that registers theCommandDispatcherParameterResolverFactoryto theComponentRegistryof theConfiguration. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.commandhandling.distributed
Classes in org.axonframework.messaging.commandhandling.distributed that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfiguration enhancer for theDistributedCommandBus, which upon detection of aCommandBusConnectorin the configuration will decorate the regularCommandBuswith the provided connector. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.core.configuration
Classes in org.axonframework.messaging.core.configuration that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassAConfigurationEnhancerregistering the default components of theMessagingConfigurer. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.core.configuration.reflection
Classes in org.axonframework.messaging.core.configuration.reflection that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfigurationEnhancerthat registers theConfigurationParameterResolverFactoryas additional parameter resolver factory to theComponentRegistry. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.core.reflection
Classes in org.axonframework.messaging.core.reflection that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfigurationEnhancerthat registers theClasspathParameterResolverFactoryas the defaultParameterResolverFactory.classConfigurationEnhancerthat registers a decorator for theParameterResolverFactorythat, when a parent configuration is present, wraps both the parent and the currentParameterResolverFactoryin aHierarchicalParameterResolverFactorythat delegates to the parent if a parameter cannot be resolved by the current configuration. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.eventhandling.annotation
Classes in org.axonframework.messaging.eventhandling.annotation that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfiguration enhancer that registers theEventAppenderParameterResolverFactoryto theComponentRegistryof theConfiguration. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.eventhandling.configuration
Classes in org.axonframework.messaging.eventhandling.configuration that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassAConfigurationEnhancerregistering the default components for event publishing and event bus. -
Uses of ConfigurationEnhancer in org.axonframework.messaging.queryhandling.distributed
Classes in org.axonframework.messaging.queryhandling.distributed that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfiguration enhancer for theDistributedQueryBus, which upon detection of aQueryBusConnectorin the configuration will decorate the regularQueryBuswith the provided connector. -
Uses of ConfigurationEnhancer in org.axonframework.modelling
Classes in org.axonframework.modelling that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfigurationEnhancerthat registers a decorator for theStateManagerthat, when a parent configuration is present, wraps child and parentStateManagerin aHierarchicalStateManagerthat delegates to the parent if a state cannot be resolved by the current configuration. -
Uses of ConfigurationEnhancer in org.axonframework.modelling.annotation
Classes in org.axonframework.modelling.annotation that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfigurationEnhancerthat registers theInjectEntityParameterResolverFactoryto theComponentRegistry. -
Uses of ConfigurationEnhancer in org.axonframework.modelling.configuration
Classes in org.axonframework.modelling.configuration that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassAConfigurationEnhancerregistering the default components of theModellingConfigurer. -
Uses of ConfigurationEnhancer in org.axonframework.test.fixture
Classes in org.axonframework.test.fixture that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassConfigurationEnhancer that registersRecordingEventStore,RecordingEventSinkandRecordingCommandBus. -
Uses of ConfigurationEnhancer in org.axonframework.update
Classes in org.axonframework.update that implement ConfigurationEnhancerModifier and TypeClassDescriptionclassAConfigurationEnhancerthat registers theUpdateCheckercomponent.