Uses of Interface
org.axonframework.saga.ResourceInjector

Packages that use ResourceInjector
org.axonframework.saga   
org.axonframework.saga.repository.jpa   
org.axonframework.saga.spring   
 

Uses of ResourceInjector in org.axonframework.saga
 

Methods in org.axonframework.saga with parameters of type ResourceInjector
 void GenericSagaFactory.setResourceInjector(ResourceInjector resourceInjector)
          Sets the resource injector that provides the resources needed by the Sagas created by this factory.
 

Uses of ResourceInjector in org.axonframework.saga.repository.jpa
 

Methods in org.axonframework.saga.repository.jpa with parameters of type ResourceInjector
 void JpaSagaRepository.setResourceInjector(ResourceInjector resourceInjector)
          Sets the ResourceInjector to use to inject Saga instances with any (temporary) resources they might need.
 

Uses of ResourceInjector in org.axonframework.saga.spring
 

Classes in org.axonframework.saga.spring that implement ResourceInjector
 class SpringResourceInjector
          ResourceInjector implementation that injects Saga instances with resources available from the Spring Application context the injector is registered in.
 



Copyright © 2011. All Rights Reserved.