Skip to content

Documentation / @super-line/client / PendingRequestView

Interface: PendingRequestView

Defined in: index.ts:269

One request the client is still waiting on.

Properties

i

i: number

Defined in: index.ts:271

The wire correlation id.


method

method: string

Defined in: index.ts:273

The request name, or an internal collection:* marker for library-driven ops.


sent

sent: boolean

Defined in: index.ts:278

Whether it actually went out. false means it is queued behind an unwritable socket and will be sent on the next open — a state with no wire representation at all.

Released under the MIT License.