NodeAddress
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $application : string
- $cluster : string
- $datacenter : string
- $node : string
Methods
- __construct() : mixed
- forWorker() : self
- temporaryAskReplyPath() : ActorPath
- toPathPrefix() : string
Properties
$application
public
string
$application
$cluster
public
string
$cluster
$datacenter
public
string
$datacenter
$node
public
string
$node
Methods
__construct()
public
__construct(string $cluster, string $datacenter, string $application, string $node) : mixed
Parameters
- $cluster : string
- $datacenter : string
- $application : string
- $node : string
forWorker()
public
static forWorker(int $workerId) : self
Parameters
- $workerId : int
Return values
selftemporaryAskReplyPath()
public
temporaryAskReplyPath(string $requestId) : ActorPath
Parameters
- $requestId : string
Return values
ActorPathtoPathPrefix()
public
toPathPrefix() : string