interface Illuminate / Contracts / Bus / QueueingDispatcher
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

QueueingDispatcher

Methods

public

findBatch ( string $batchId ) : Batch |null

Attempt to find the batch with the given ID.

Parameters

  • $batchId string
public

batch ( $jobs ) : PendingBatch

Create a new batch of queueable jobs.

Parameters

  • $jobs Illuminate\...\Collection|array
public

dispatchToQueue ( $command ) : mixed

Dispatch a command to its appropriate handler behind a queue.

Parameters

  • $command mixed