Skip to main content
Version: latest (main)

Interface: OpControlClient

Defined in: src/op-control.ts:67

Strip of the gRPC stub method the subscriber actually needs. Lets tests mock the gRPC layer without standing up a server.

Properties​

close?​

optional close?: () => void

Defined in: src/op-control.ts:69

Returns​

void


opControlStream​

opControlStream: (request) => ClientReadableStream<OpControlMessage>

Defined in: src/op-control.ts:68

Parameters​

request​
agentId?​

AgentId

Returns​

ClientReadableStream<OpControlMessage>