Uses of Interface
org.axonframework.modelling.saga.ResourceInjector
Packages that use ResourceInjector
Package
Description
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of ResourceInjector in org.axonframework.config
Classes in org.axonframework.config that implement ResourceInjectorModifier and TypeClassDescriptionclassResourceInjector implementation that injects resources defined in the Axon Configuration.Methods in org.axonframework.config that return ResourceInjectorModifier and TypeMethodDescriptionprotected ResourceInjectorDefaultConfigurer.defaultResourceInjector(Configuration config) Returns aConfigurationResourceInjectorthat injects resources defined in the givenconfig Configuration.default ResourceInjectorConfiguration.resourceInjector()Returns the ResourceInjector used to provide resources to Saga instances.Method parameters in org.axonframework.config with type arguments of type ResourceInjectorModifier and TypeMethodDescriptiondefault ConfigurerConfigurer.configureResourceInjector(Function<Configuration, ResourceInjector> resourceInjectorBuilder) Configures the given Resource Injector to use for Sagas in this configuration. -
Uses of ResourceInjector in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga that implement ResourceInjectorModifier and TypeClassDescriptionclassAbstract implementation of aResourceInjectorfor sagas that injects field and method resources.classA resource injector that checks for @Inject annotated fields and setter methods to inject resources. -
Uses of ResourceInjector in org.axonframework.modelling.saga.repository
Classes in org.axonframework.modelling.saga.repository that implement ResourceInjectorModifier and TypeClassDescriptionenumResourceInjector that does not inject anything.Methods in org.axonframework.modelling.saga.repository with parameters of type ResourceInjectorModifier and TypeMethodDescriptionAnnotatedSagaRepository.Builder.resourceInjector(ResourceInjector resourceInjector) Sets theResourceInjectorused to initializeSagainstances after a target instance is created or loaded from the store. -
Uses of ResourceInjector in org.axonframework.spring.config
Methods in org.axonframework.spring.config that return ResourceInjector -
Uses of ResourceInjector in org.axonframework.spring.saga
Classes in org.axonframework.spring.saga that implement ResourceInjectorModifier and TypeClassDescriptionclassResourceInjector implementation that injects Saga instances with resources available from the Spring Application context the injector is registered in. -
Uses of ResourceInjector in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return ResourceInjector -
Uses of ResourceInjector in org.axonframework.test.saga
Methods in org.axonframework.test.saga with parameters of type ResourceInjectorModifier and TypeMethodDescriptionFixtureConfiguration.registerResourceInjector(ResourceInjector resourceInjector) Registers aResourceInjectorwithin this fixture.SagaTestFixture.registerResourceInjector(ResourceInjector resourceInjector) -
Uses of ResourceInjector in org.axonframework.test.utils
Classes in org.axonframework.test.utils that implement ResourceInjector
SimpleResourceInjector