Dispatcher
class Dispatcher implements QueueingDispatcher (View source)
Methods
void __construct(Container $container, Closure $queueResolver = null) Create a new command dispatcher instance. mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command to its appropriate handler in the current process. bool hasCommandHandler(mixed $command) Determine if the given command has a handl