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