final | |
|---|---|
readonly | |
implements |
SenderInterface |
SenderInterface implementation scoped to a single inbound request. Tags
outbound notifications with relatedRequestId so the transport can route
them back to the originating session (used by streamable HTTP).
| Methods | ||
|---|---|---|
public
|
__construct(TransportInterface $transport, RequestId $requestId)
|
# |
public
|
sendNotification(JsonRpcNotification $notification): void
|
# |
public
|
sendRequest(JsonRpcRequest $request): never
|
# |