Uses of Class
org.axonframework.saga.annotation.AbstractAnnotatedSaga

Packages that use AbstractAnnotatedSaga
org.axonframework.saga.annotation   
 

Uses of AbstractAnnotatedSaga in org.axonframework.saga.annotation
 

Classes in org.axonframework.saga.annotation with type parameters of type AbstractAnnotatedSaga
 class SagaMethodMessageHandlerInspector<T extends AbstractAnnotatedSaga>
          Utility class that inspects annotation on a Saga instance and returns the relevant configuration for its Event Handlers.
 

Methods in org.axonframework.saga.annotation with type parameters of type AbstractAnnotatedSaga
static
<T extends AbstractAnnotatedSaga>
SagaMethodMessageHandlerInspector<T>
SagaMethodMessageHandlerInspector.getInstance(Class<T> sagaType)
          Returns a SagaMethodMessageHandlerInspector for the given sagaType.
 

Methods in org.axonframework.saga.annotation that return AbstractAnnotatedSaga
 AbstractAnnotatedSaga AsyncSagaProcessingEvent.getNewSaga()
          Returns the new Saga instance that should be used when processing an Event that creates a new Saga instance
 

Methods in org.axonframework.saga.annotation with parameters of type AbstractAnnotatedSaga
 void AsyncSagaProcessingEvent.reset(EventMessage event, Class<? extends AbstractAnnotatedSaga> sagaType, SagaMethodMessageHandler handler, AbstractAnnotatedSaga newSagaInstance)
          Reset this entry for processing a new EventMessage
 

Method parameters in org.axonframework.saga.annotation with type arguments of type AbstractAnnotatedSaga
 void AsyncSagaProcessingEvent.reset(EventMessage event, Class<? extends AbstractAnnotatedSaga> sagaType, SagaMethodMessageHandler handler, AbstractAnnotatedSaga newSagaInstance)
          Reset this entry for processing a new EventMessage
 



Copyright © 2010-2012. All Rights Reserved.