QueueingDispatcher interface QueueingDispatcher implements
mixed dispatchFrom(mixed $command, ArrayAccess $source, array $extras = array())
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
mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate
Dispatcher interface Dispatcher (
Page 2 of 2