Trait medea_control_api_proto::grpc::callback::callback_server::Callback    [−][src]
Generated trait containing gRPC methods that should be implemented for use with CallbackServer.
Required methods
#[must_use]fn on_event<'life0, 'async_trait>(
    &'life0 self, 
    request: Request<Request>
) -> Pin<Box<dyn Future<Output = Result<Response<Response>, Status>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, [src]
&'life0 self,
request: Request<Request>
) -> Pin<Box<dyn Future<Output = Result<Response<Response>, Status>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
/ Fires when a certain callback event happens on Medea media server.