Drive the responding side and install inbound lifecycle callbacks.
OptionalonMessage: OnWireMessageOptionalonDone: OnWireDoneAwait queued outbound delivery after requesting a half-close.
Return the normalized epoch deadline, or null when disabled.
Return the transport-assigned stream identifier.
Return an advanced transport handle, when the implementation has one.
Return the current terminal error, or OK while healthy/cleanly done.
Return peer half-close trailers once received.
Stop sending after queued messages, while continuing to receive.
Optionaltrailers: ByteMapInputAwait one message, or null once for the peer's clean half-close.
OptionaltimeoutMs: numberQueue a message for asynchronous transport; this does not await delivery.
Change the absolute deadline; omit it to disable the deadline.
Optionaldeadline: WireDeadlineDrive the initiating side and install inbound lifecycle callbacks.
OptionalonMessage: OnWireMessageOptionalonDone: OnWireDoneAwait full stream completion rather than only the startup handshake.
StaticcreateWrap a stream while preserving its id, status, trailers, and transport.
Pull-oriented, one-slot adapter for a callback-driven WireStream.
Use this in an agent loop that wants to
await receive()rather than own a callback. The one-slot handoff retains transport backpressure. A remote abort takes priority over buffered data and remains visible to all future receivers.