public static final class TapSinkService.Stub extends TapSinkService implements TapSinkService.Interface
TapSinkService.BlockingInterface, TapSinkService.Interface, TapSinkService.Stub| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.RpcChannel |
getChannel() |
void |
streamTaps(com.google.protobuf.RpcController controller,
StreamTapsRequest request,
com.google.protobuf.RpcCallback<StreamTapsResponse> done)
Envoy will connect and send StreamTapsRequest messages forever.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void streamTaps(com.google.protobuf.RpcController controller,
StreamTapsRequest request,
com.google.protobuf.RpcCallback<StreamTapsResponse> done)
TapSinkServiceEnvoy 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);streamTaps in interface TapSinkService.InterfacestreamTaps in class TapSinkServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.