Class FailureLoggingCallback<C,R>

java.lang.Object
org.axonframework.commandhandling.callbacks.FailureLoggingCallback<C,R>
Type Parameters:
C - The type of payload of the command
R - The return value of the command handler
All Implemented Interfaces:
CommandCallback<C,R>

public class FailureLoggingCallback<C,R> extends Object implements CommandCallback<C,R>
A CommandCallback implementation wrapping another, that concisely logs failed commands. Since the full exception is being reported to the delegate callback, the full stacktrace is not logged.