Skip to main content
Version: 11.x

Interface: TRPCReconnectNotification

The server asked the client to reconnect - useful when restarting/redeploying service

Extends

Properties

id

id: RequestId

Source

packages/core/dist/rpc/envelopes.d.ts:87

Overrides

BaseRequest.id


jsonrpc

optional jsonrpc: "2.0"

Source

packages/core/dist/rpc/envelopes.d.ts:21

Inherited from

BaseRequest.jsonrpc


method

method: "reconnect"

Source

packages/core/dist/rpc/envelopes.d.ts:24

Inherited from

BaseRequest.method


Generated using TypeDoc and typedoc-plugin-markdown