Uses of Interface
org.axonframework.common.configuration.ApplicationConfigurer
Packages that use ApplicationConfigurer
Package
Description
Component configuration, registry, and lifecycle support.
Part of the Axon Eventsourcing module.
Part of the Axon Extension module.
Part of the Axon Messaging module.
Part of the Axon Modelling module.
Part of the Axon Test module.
-
Uses of ApplicationConfigurer in org.axonframework.common.configuration
Classes in org.axonframework.common.configuration that implement ApplicationConfigurerModifier and TypeClassDescriptionclassDefault implementation of theAxonApplication.Methods in org.axonframework.common.configuration that return ApplicationConfigurerModifier and TypeMethodDescriptionApplicationConfigurer.componentRegistry(Consumer<ComponentRegistry> componentRegistrar) Executes the givencomponentRegistraron the component registry associated with thisApplicationConfigurer.DefaultAxonApplication.componentRegistry(Consumer<ComponentRegistry> componentRegistrar) ApplicationConfigurer.lifecycleRegistry(Consumer<LifecycleRegistry> lifecycleRegistrar) Executes the givenlifecycleRegistraron the lifecycle registry associated with thisApplicationConfigurer.DefaultAxonApplication.lifecycleRegistry(Consumer<LifecycleRegistry> lifecycleRegistrar) -
Uses of ApplicationConfigurer in org.axonframework.eventsourcing.configuration
Classes in org.axonframework.eventsourcing.configuration that implement ApplicationConfigurerModifier and TypeClassDescriptionclassThe event sourcingApplicationConfigurerof Axon Framework's configuration API. -
Uses of ApplicationConfigurer in org.axonframework.extension.spring.config
Classes in org.axonframework.extension.spring.config that implement ApplicationConfigurerModifier and TypeClassDescriptionclassMethods in org.axonframework.extension.spring.config that return ApplicationConfigurerModifier and TypeMethodDescriptionSpringAxonApplication.componentRegistry(Consumer<ComponentRegistry> componentRegistrar) SpringAxonApplication.lifecycleRegistry(Consumer<LifecycleRegistry> lifecycleRegistrar) -
Uses of ApplicationConfigurer in org.axonframework.messaging.core.configuration
Classes in org.axonframework.messaging.core.configuration that implement ApplicationConfigurerModifier and TypeClassDescriptionclassThe messagingApplicationConfigurerof Axon Framework's configuration API.Methods in org.axonframework.messaging.core.configuration with parameters of type ApplicationConfigurerModifier and TypeMethodDescriptionstatic MessagingConfigurerMessagingConfigurer.enhance(ApplicationConfigurer applicationConfigurer) Creates a MessagingConfigurer that enhances an existingApplicationConfigurer. -
Uses of ApplicationConfigurer in org.axonframework.modelling.configuration
Classes in org.axonframework.modelling.configuration that implement ApplicationConfigurerModifier and TypeClassDescriptionclassThe modellingApplicationConfigurerof Axon Framework's configuration API, providing registration methods to, for example, register aCommandHandlingModule. -
Uses of ApplicationConfigurer in org.axonframework.test.fixture
Methods in org.axonframework.test.fixture with parameters of type ApplicationConfigurerModifier and TypeMethodDescriptionstatic AxonTestFixtureAxonTestFixture.with(ApplicationConfigurer configurer) Creates a new fixture.static AxonTestFixtureAxonTestFixture.with(ApplicationConfigurer configurer, UnaryOperator<AxonTestFixture.Customization> customization) Creates a new fixture.