Struct medea_control_api_proto::grpc::callback::callback_client::CallbackClient [−][src]
pub struct CallbackClient<T> { /* fields omitted */ }Expand description
Service for receiving callbacks from Medea media server.
Implementations
impl<T> CallbackClient<T> where
T: GrpcService<BoxBody>,
T::ResponseBody: Body + Send + Sync + 'static,
T::Error: Into<StdError>,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
impl<T> CallbackClient<T> where
T: GrpcService<BoxBody>,
T::ResponseBody: Body + Send + Sync + 'static,
T::Error: Into<StdError>,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
pub fn with_interceptor<F>(
inner: T,
interceptor: F
) -> CallbackClient<InterceptedService<T, F>> where
F: Interceptor,
T: Service<Request<BoxBody>, Response = Response<<T as GrpcService<BoxBody>>::ResponseBody>>,
<T as Service<Request<BoxBody>>>::Error: Into<StdError> + Send + Sync,
Compress requests with gzip.
This requires the server to support it otherwise it might respond with an error.
Enable decompressing responses with gzip.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for CallbackClient<T> where
T: RefUnwindSafe,
impl<T> Send for CallbackClient<T> where
T: Send,
impl<T> Sync for CallbackClient<T> where
T: Sync,
impl<T> Unpin for CallbackClient<T> where
T: Unpin,
impl<T> UnwindSafe for CallbackClient<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Wrap the input message T in a tonic::Request