pub type OnInboundMessage = Arc<dyn Fn(SDKMessage) + Send + Sync>;
Ingress message handler callback types
pub struct OnInboundMessage { /* private fields */ }