org.axonframework.saga
Interface ResourceInjector

All Known Implementing Classes:
AutowiredResourceInjector, SimpleResourceInjector, SpringResourceInjector

public interface ResourceInjector

Interface describing a mechanism to inject resources into Saga instances.

Since:
0.7
Author:
Allard Buijze

Method Summary
 void injectResources(Saga saga)
          Inject required resources into the given saga.
 

Method Detail

injectResources

void injectResources(Saga saga)
Inject required resources into the given saga.

Parameters:
saga - The saga to inject resources into


Copyright © 2010-2016. All Rights Reserved.