Class TraceService.Stub

    • Method Detail

      • getChannel

        public com.google.protobuf.RpcChannel getChannel()
      • streamTraces

        public void streamTraces​(com.google.protobuf.RpcController controller,
                                 StreamTracesMessage request,
                                 com.google.protobuf.RpcCallback<StreamTracesResponse> done)
        Description copied from class: TraceService
         Envoy will connect and send StreamTracesMessage messages forever. It does
         not expect any response to be sent as nothing would be done in the case
         of failure.
         
        rpc StreamTraces(stream .envoy.service.trace.v3.StreamTracesMessage) returns (.envoy.service.trace.v3.StreamTracesResponse);
        Specified by:
        streamTraces in interface TraceService.Interface
        Specified by:
        streamTraces in class TraceService