ProcessMessageJob
implements
ShouldQueue
uses
Queueable
Table of Contents
Interfaces
- ShouldQueue
Properties
-
$adapterName
: string
-
$message
: Message
-
$threadId
: string
Methods
-
__construct()
: mixed
-
handle()
: void
$adapterName
read-only
private
string
$adapterName
$message
read-only
private
Message
$message
$threadId
read-only
private
string
$threadId
__construct()
public
__construct(string $adapterName, string $threadId, Message $message) : mixed
Parameters
-
$adapterName
: string
-
-
$threadId
: string
-
-
$message
: Message
-
handle()
public
handle(Chat $chat) : void
Parameters
-
$chat
: Chat
-