pub type IngressReceiver = UnboundedReceiver<IngressEvent>;
pub struct IngressReceiver { /* private fields */ }