QueueingDispatcher
interface QueueingDispatcher implements Dispatcher (View source)
Methods
mixed | dispatchFromArray(mixed $command, array $array) Marshal a command and dispatch it to its appropriate handler. | from Dispatcher |
mixed | dispatchFrom(mixed $command, ArrayAccess $source, array $extras = array()) Marshal a command and dispatch it to its appropriate handler. | from Dispatcher |
mixed | dispatch(mixed $command, Closure $afterResolving = null) Dispatch a command to its appropriate handler. | from Dispatcher |
mixed | dispatchNow(mixed $command, Closure $afterResolving = null) Dispatch a command to its appropriate handler in the current process. | from Dispatcher |
$this | pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. | from Dispatcher |
mixed | dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. |
Please login to continue.