QueueService
class QueueService (View source)
Properties
protected Connection | $connection | The database connection. |
Methods
Queue
get(string $name, array $additionalConfig = [])
Get a queue by name.
bool
exists(string $name)
Check if a queue with a specific name exists.
Details
__construct(Connection $connection)
Initialize the instance.
Queue
get(string $name, array $additionalConfig = [])
Get a queue by name.
bool
exists(string $name)
Check if a queue with a specific name exists.