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 Type
    Method
    Description
    void
    Inject required resources into the given saga.
  • Method Details

    • injectResources

      void injectResources(Object saga)
      Inject required resources into the given saga.
      Parameters:
      saga - The saga to inject resources into