public static final class TraceService.Stub extends TraceService implements TraceService.Interface
TraceService.BlockingInterface, TraceService.Interface, TraceService.Stub| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.RpcChannel |
getChannel() |
void |
streamTraces(com.google.protobuf.RpcController controller,
StreamTracesMessage request,
com.google.protobuf.RpcCallback<StreamTracesResponse> done)
Envoy will connect and send StreamTracesMessage messages forever.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void streamTraces(com.google.protobuf.RpcController controller,
StreamTracesMessage request,
com.google.protobuf.RpcCallback<StreamTracesResponse> done)
TraceServiceEnvoy 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.v4alpha.StreamTracesMessage) returns (.envoy.service.trace.v4alpha.StreamTracesResponse);streamTraces in interface TraceService.InterfacestreamTraces in class TraceServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.