Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
boot ( ) : void | Add the connector to the queue drivers. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
Method | Description | |
---|---|---|
registerAsyncCommand ( ) : void | Register the queue listener console command. | |
registerAsyncConnector ( Illuminate\Queue\QueueManager $manager ) : void | Register the Async queue connector. |
protected registerAsyncCommand ( ) : void | ||
return | void |
protected registerAsyncConnector ( Illuminate\Queue\QueueManager $manager ) : void | ||
$manager | Illuminate\Queue\QueueManager | |
return | void |
protected bool $defer | ||
return | boolean |