[][src]Trait grpcio_proto::testing::test_grpc::ReconnectService

pub trait ReconnectService {
    pub fn start(
        &mut self,
        ctx: RpcContext<'_>,
        req: ReconnectParams,
        sink: UnarySink<Empty>
    );
pub fn stop(
        &mut self,
        ctx: RpcContext<'_>,
        req: Empty,
        sink: UnarySink<ReconnectInfo>
    ); }

Required methods

pub fn start(
    &mut self,
    ctx: RpcContext<'_>,
    req: ReconnectParams,
    sink: UnarySink<Empty>
)
[src]

pub fn stop(
    &mut self,
    ctx: RpcContext<'_>,
    req: Empty,
    sink: UnarySink<ReconnectInfo>
)
[src]

Loading content...

Implementors

Loading content...