Interface TapSinkService.Interface

    • Method Detail

      • streamTaps

        void streamTaps​(com.google.protobuf.RpcController controller,
                        StreamTapsRequest request,
                        com.google.protobuf.RpcCallback<StreamTapsResponse> done)
         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.v2alpha.StreamTapsRequest) returns (.envoy.service.tap.v2alpha.StreamTapsResponse);