Class TapSinkService.Stub

    • Method Detail

      • getChannel

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

        public void streamTaps​(com.google.protobuf.RpcController controller,
                               StreamTapsRequest request,
                               com.google.protobuf.RpcCallback<StreamTapsResponse> done)
        Description copied from class: TapSinkService
         Envoy will connect and send StreamTapsRequest messages forever. It does not expect any
         response to be sent as nothing would be done in the case of failure. The server should
         disconnect if it expects Envoy to reconnect.
         
        rpc StreamTaps(stream .envoy.service.tap.v3.StreamTapsRequest) returns (.envoy.service.tap.v3.StreamTapsResponse);
        Specified by:
        streamTaps in interface TapSinkService.Interface
        Specified by:
        streamTaps in class TapSinkService