ServiceOperationDescription
in package
FinalYes
Current server view of a durable service operation call.
Table of Contents
Properties
- $accepted : bool|null
- $endpointName : string
- $operationName : string
- $outcome : mixed
- $raw : array<string|int, mixed>
- $reason : string|null
- $serviceCallId : string
- $serviceName : string
- $status : string|null
Methods
- __construct() : mixed
- fromArray() : self
Properties
$accepted read-only
public
bool|null
$accepted
$endpointName read-only
public
string
$endpointName
$operationName read-only
public
string
$operationName
$outcome read-only
public
mixed
$outcome
$raw read-only
public
array<string|int, mixed>
$raw
$reason read-only
public
string|null
$reason
$serviceCallId read-only
public
string
$serviceCallId
$serviceName read-only
public
string
$serviceName
$status read-only
public
string|null
$status
Methods
__construct()
public
__construct(string $serviceCallId, string $endpointName, string $serviceName, string $operationName, string|null $status, mixed $outcome, bool|null $accepted, string|null $reason, array<string, mixed> $raw) : mixed
Parameters
- $serviceCallId : string
- $endpointName : string
- $serviceName : string
- $operationName : string
- $status : string|null
- $outcome : mixed
- $accepted : bool|null
- $reason : string|null
- $raw : array<string, mixed>
fromArray()
public
static fromArray(array<string, mixed> $value, string $endpointName, string $serviceName, string $operationName) : self
Parameters
- $value : array<string, mixed>
- $endpointName : string
- $serviceName : string
- $operationName : string