HandlerResolver::mapUsing()
  • References/PHP/Laravel/Contracts/Bus

void mapUsing(Closure $mapper)

2025-01-10 15:47:30
QueueingDispatcher::pipeThrough()
  • References/PHP/Laravel/Contracts/Bus

$this pipeThrough(array $pipes) Set the pipes commands should be piped

2025-01-10 15:47:30
QueueingDispatcher::dispatchFromArray()
  • References/PHP/Laravel/Contracts/Bus

mixed dispatchFromArray(mixed $command, array $array) Marshal a command

2025-01-10 15:47:30
QueueingDispatcher::dispatch()
  • References/PHP/Laravel/Contracts/Bus

mixed dispatch(mixed $command, Closure $afterResolving = null)

2025-01-10 15:47:30
HandlerResolver::resolveHandler()
  • References/PHP/Laravel/Contracts/Bus

mixed resolveHandler(mixed $command) Get the handler instance for the given

2025-01-10 15:47:30
SelfHandling deprecated
  • References/PHP/Laravel/Contracts/Bus

SelfHandling deprecated interface SelfHandling (

2025-01-10 15:47:30
QueueingDispatcher::dispatchNow()
  • References/PHP/Laravel/Contracts/Bus

mixed dispatchNow(mixed $command, Closure $afterResolving = null)

2025-01-10 15:47:30
Dispatcher::pipeThrough()
  • References/PHP/Laravel/Contracts/Bus

$this pipeThrough(array $pipes) Set the pipes commands should be piped

2025-01-10 15:47:30
Dispatcher::dispatchNow()
  • References/PHP/Laravel/Contracts/Bus

mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command

2025-01-10 15:47:30
HandlerResolver::maps()
  • References/PHP/Laravel/Contracts/Bus

void maps(array $commands) Register command to handler mappings.

2025-01-10 15:47:30