Skip to main content

CommandChannelHandler

Type Alias CommandChannelHandler 

Source
pub type CommandChannelHandler = BidiHandler;
Expand description

Command-channel handler — same shape as BidiHandler. The runtime emits an initial credit grant on accept and tags every server frame with ext.method_kind = command-channel.

Aliased Type§

pub struct CommandChannelHandler { /* private fields */ }