Uses of Interface
org.axonframework.messaging.core.ApplicationContext
Packages that use ApplicationContext
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of ApplicationContext in org.axonframework.messaging.core
Classes in org.axonframework.messaging.core that implement ApplicationContextModifier and TypeClassDescriptionclassAnApplicationContextimplementation that retrieves components from a givenConfiguration.classAnApplicationContextimplementation that does not provide any components. -
Uses of ApplicationContext in org.axonframework.messaging.core.unitofwork
Subinterfaces of ApplicationContext in org.axonframework.messaging.core.unitofworkModifier and TypeInterfaceDescriptioninterfaceImplementation of theProcessingLifecycleadding mutable resource management operations by implementingContext.Classes in org.axonframework.messaging.core.unitofwork that implement ApplicationContextModifier and TypeClassDescriptionclassDeprecated.Only in use for legacy "sync" components.classAProcessingContextimplementation overriding a single resource from the wrappingProcessingContext.Constructors in org.axonframework.messaging.core.unitofwork with parameters of type ApplicationContextModifierConstructorDescriptionSimpleUnitOfWorkFactory(ApplicationContext applicationContext) Initializes aSimpleUnitOfWorkFactorywith the default configuration.SimpleUnitOfWorkFactory(ApplicationContext applicationContext, Function<UnitOfWorkConfiguration, UnitOfWorkConfiguration> factoryCustomization) Initializes aSimpleUnitOfWorkFactorywith the givenApplicationContextand customization function.