Stream interface for stable ACP v1 connections.
This type powers bidirectional communication for an ACP connection using individual JSON-RPC messages. The experimental v2 entry point exposes the batch-capable stream surface.
The most common way to create a Stream is using ndJsonStream.
Outgoing JSON-RPC messages written by this side of the connection.
Incoming JSON-RPC messages read by this side of the connection.
Stream interface for stable ACP v1 connections.
This type powers bidirectional communication for an ACP connection using individual JSON-RPC messages. The experimental v2 entry point exposes the batch-capable stream surface.
The most common way to create a Stream is using ndJsonStream.