Class | Description |
---|---|
CommandGatewayAdapter | Simplifies the API usage and exception handling of Axon CommandGateway . |
CommandHandlerExceptionInterceptor | Simplifies throwing a business exception from command handling code, making sure it is propagated back to the caller as a details field of Axon's CommandExecutionException .
|
NonTransientFailurePredicate | Predicate for checking if provided failure is considered non-transient (returns true ) or not (returns false ).
|