QueueingDispatcher

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.

doc_Laravel
2016-11-02 16:34:08
Comments
Leave a Comment

Please login to continue.