WorkerAskRequest
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $causationId : string
- $correlationId : string
- $payload : object
- $replyToPath : ActorPath
- $replyToWorker : int
- $requestId : string
- $targetPath : ActorPath
Methods
- __construct() : mixed
Properties
$causationId
public
string
$causationId
$correlationId
public
string
$correlationId
$payload
public
object
$payload
$replyToPath
public
ActorPath
$replyToPath
$replyToWorker
public
int
$replyToWorker
$requestId
public
string
$requestId
$targetPath
public
ActorPath
$targetPath
Methods
__construct()
public
__construct(string $requestId, string $correlationId, string $causationId, ActorPath $targetPath, int $replyToWorker, ActorPath $replyToPath, object $payload) : mixed