ProcessInboundMessageJob
in package
implements
ShouldQueue
uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
- $payload : array<string|int, mixed>
Methods
- __construct() : mixed
- handle() : void
- Execute the job.
Properties
$payload
public
array<string|int, mixed>
$payload
Methods
__construct()
public
__construct(array<string|int, mixed> $payload) : mixed
Parameters
- $payload : array<string|int, mixed>
handle()
Execute the job.
public
handle(InboundProcessor $processor) : void
Parameters
- $processor : InboundProcessor