command
and waits for its execution to complete, or until the waiting thread is interrupted.
@param command The command to send
@param < R> The expected type of return value
@return The result of the command handler execution
@throws org.axonframework.commandhandling.CommandExecutionException when command execution threw a checked exception
|
|