final |
|---|
readonly |
Parser-state shape returned by JsonRpcMessageParser::parse() for a JSON-RPC
success response envelope when no expected Result class was supplied. Carries the request id and the raw result payload so consumers without an
outbound-request correlation table can log or discard the envelope without
the parser raising an error.
| Methods | ||
|---|---|---|
public
|
__construct(RequestId $id, mixed $result)
|
# |
| Properties | |||
|---|---|---|---|
public
|
RequestId
|
$id
|
# |
public
|
mixed
|
$result
|
# |