mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command
void maps(array $commands) Register command to handler mappings.
HandlerResolver interface HandlerResolver (
string getHandlerMethod(mixed $command) Get the handler method for the
string getHandlerClass(mixed $command) Get the handler class for the given
mixed dispatch(mixed $command) Dispatch a command to its appropriate handler
Dispatcher interface Dispatcher (
mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate
Page 2 of 2