Skip to main content

InternalAPIReceiver

Type Alias InternalAPIReceiver 

Source
pub type InternalAPIReceiver = FlumeReceiver<APIRequest>;
Expand description

Client 与具体 CommunicationService
API请求的接收通道
应由 CommunicationService 持有

Aliased Type§

pub struct InternalAPIReceiver { /* private fields */ }