Skip to main content

InternalEventSender

Type Alias InternalEventSender 

Source
pub type InternalEventSender = FlumeSender<DeserializedEvent>;
Expand description

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

Aliased Type§

pub struct InternalEventSender { /* private fields */ }