Skip to main content

InternalEventReceiver

Type Alias InternalEventReceiver 

Source
pub type InternalEventReceiver = FlumeReceiver<DeserializedEvent>;
Expand description

Client 与具体 CommunicationService
原始事件的接收通道
应由 Client 持有

Aliased Type§

pub struct InternalEventReceiver { /* private fields */ }