Skip to main content

SubscribeHandler

Type Alias SubscribeHandler 

Source
pub type SubscribeHandler = StreamHandler;
Expand description

Subscribe handler — same shape as a server-streaming handler. The runtime brackets the stream with subscribed/unsubscribed ack frames automatically.

Aliased Type§

pub struct SubscribeHandler { /* private fields */ }