Package org.axonframework.commandhandling.callbacks
package org.axonframework.commandhandling.callbacks
-
ClassesClassDescriptionA
CommandCallbackimplementation wrapping another, that concisely logs failed commands.FutureCallback<C,R> Command Handler Callback that allows the dispatching thread to wait for the result of the callback, using the Future mechanism.CommandCallback implementation that simply logs the results of a command.Callback that does absolutely nothing when invoked.