public interface CommandDispatchInterceptor
| Modifier and Type | Method and Description |
|---|---|
CommandMessage<?> |
handle(CommandMessage<?> commandMessage)
Invoked each time a command is about to be dispatched on a Command Bus.
|
CommandMessage<?> handle(CommandMessage<?> commandMessage)
commandMessage
represents the command being dispatched.commandMessage - The command message intended to be dispatched on the Command BusCopyright © 2010-2014. All Rights Reserved.