Uses of Interface
org.axonframework.saga.annotation.ErrorHandler

Packages that use ErrorHandler
org.axonframework.saga.annotation   
 

Uses of ErrorHandler in org.axonframework.saga.annotation
 

Classes in org.axonframework.saga.annotation that implement ErrorHandler
 class ProceedingErrorHandler
          ErrorHandler implementation that logs the error and proceeds with the next event.
 class RetryingErrorHandler
          ErrorHandler implementation that retries Events on non-transient exceptions.
 

Methods in org.axonframework.saga.annotation with parameters of type ErrorHandler
 void AsyncAnnotatedSagaManager.setErrorHandler(ErrorHandler errorHandler)
          Sets the ErrorHandler instance, which defines the behavior in case an error occurs while loading or invoking Sagas for an incoming Event.
 



Copyright © 2010-2016. All Rights Reserved.