Package org.axonframework.modelling.saga
Interface ResourceInjector
- All Known Implementing Classes:
AbstractResourceInjector,AutowiredResourceInjector,ConfigurationResourceInjector,NoResourceInjector,SimpleResourceInjector,SpringResourceInjector
public interface ResourceInjector
Interface describing a mechanism to inject resources into Saga instances.
- Since:
- 0.7
- Author:
- Allard Buijze
-
Method Summary
Modifier and TypeMethodDescriptionvoidinjectResources(Object saga) Inject required resources into the givensaga.
-
Method Details
-
injectResources
Inject required resources into the givensaga.- Parameters:
saga- The saga to inject resources into
-