Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.saga.annotation Classes and Interfaces - 16 results found.
NameDescriptionTypePackageFramework
AbstractAnnotatedSagaClassorg.axonframework.saga.annotationAxon
AnnotatedSagaManager the SimpleSagaManager, this implementation can manage several types of Saga in a single AnnotatedSagaManager.Classorg.axonframework.saga.annotationAxon
AssociationValuesImplDefault implementation of the AssociationValues interface.Classorg.axonframework.saga.annotationAxon
AsyncAnnotatedSagaManagerA SagaManager implementation that processes Sagas asynchronously.Classorg.axonframework.saga.annotationAxon
AsyncSagaCreationElectorManages the election of which asynchronous saga event processor is responsible for creating a new Saga instance,Since:2.Classorg.axonframework.saga.annotationAxon
AsyncSagaEventProcessorProcesses events by forwarding it to Saga instances "owned" by each processor.Classorg.axonframework.saga.annotationAxon
AsyncSagaProcessingEventPlaceholder for information required by the AsyncSagaEventProcessor for processing Events.Classorg.axonframework.saga.annotationAxon
EndSagaIndicates that the annotated SagaEventHandler method indicates the end of a Saga instance's lifecycle.Classorg.axonframework.saga.annotationAxon
ErrorHandlerDefines the behavior of a component when an error occurs during Event Processing in a Saga.Interfaceorg.axonframework.saga.annotationAxon
ProceedingErrorHandlerErrorHandler implementation that logs the error and proceeds with the next event.Classorg.axonframework.saga.annotationAxon
RetryingErrorHandlerErrorHandler implementation that retries Events on non-transient exceptions.Classorg.axonframework.saga.annotationAxon
RetryingErrorHandler .TimeoutConfigurationDefinition of a timeout to use for a specific range of retriesConstructor SummaryRetryingErrorHandler.Classorg.axonframework.saga.annotation.RetryingErrorHandlerAxon
SagaEventHandlerMethod-level annotation indicating that the annotated method i an event handler method for the saga instance.Classorg.axonframework.saga.annotationAxon
SagaMethodMessageHandlerA data holder containing information of SagaEventHandler annotated methods.Classorg.axonframework.saga.annotationAxon
SagaMethodMessageHandlerInspectorUtility class that inspects annotation on a Saga instance and returns the relevant configuration for its EventSince:0.Classorg.axonframework.saga.annotationAxon
StartSagaIndicates that the annotated SagaEventHandler method can trigger the creation of a new Saga instance.Classorg.axonframework.saga.annotationAxon