Skip to main content

OnInboundMessage

Type Alias OnInboundMessage 

Source
pub type OnInboundMessage = Arc<dyn Fn(SDKMessage) + Send + Sync>;
Expand description

Ingress message handler callback types

Aliased Typeยง

pub struct OnInboundMessage { /* private fields */ }