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