Uses of Class
org.axonframework.modelling.saga.AbstractResourceInjector
Packages that use AbstractResourceInjector
Package
Description
A collection of classes which may prove useful when testing Axon-based classes.
-
Uses of AbstractResourceInjector in org.axonframework.config
Subclasses of AbstractResourceInjector in org.axonframework.configModifier and TypeClassDescriptionclassResourceInjector implementation that injects resources defined in the Axon Configuration. -
Uses of AbstractResourceInjector in org.axonframework.modelling.saga
Subclasses of AbstractResourceInjector in org.axonframework.modelling.sagaModifier and TypeClassDescriptionclassA resource injector that checks for @Inject annotated fields and setter methods to inject resources. -
Uses of AbstractResourceInjector in org.axonframework.test.utils
Subclasses of AbstractResourceInjector in org.axonframework.test.utils
SimpleResourceInjector