QueueingDispatcher
interface QueueingDispatcher implements Dispatcher
Methods
mixed
dispatchNow(mixed $command, mixed $handler = 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.
Details
in
Dispatcher at line 13
mixed
dispatch(mixed $command)
Dispatch a command to its appropriate handler.
in
Dispatcher at line 22
mixed
dispatchNow(mixed $command, mixed $handler = null)
Dispatch a command to its appropriate handler in the current process.
in
Dispatcher at line 30
$this
pipeThrough(array $pipes)
Set the pipes commands should be piped through before dispatching.
at line 13
mixed
dispatchToQueue(mixed $command)
Dispatch a command to its appropriate handler behind a queue.