Class TraceService.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.trace.v2.TraceService
-
- io.envoyproxy.envoy.service.trace.v2.TraceService.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,TraceService.Interface
- Enclosing class:
- TraceService
public static final class TraceService.Stub extends TraceService implements TraceService.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.trace.v2.TraceService
TraceService.BlockingInterface, TraceService.Interface, TraceService.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.RpcChannelgetChannel()voidstreamTraces(com.google.protobuf.RpcController controller, StreamTracesMessage request, com.google.protobuf.RpcCallback<StreamTracesResponse> done)Envoy will connect and send StreamTracesMessage messages forever.-
Methods inherited from class io.envoyproxy.envoy.service.trace.v2.TraceService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
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: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.v2.StreamTracesMessage) returns (.envoy.service.trace.v2.StreamTracesResponse);- Specified by:
streamTracesin interfaceTraceService.Interface- Specified by:
streamTracesin classTraceService
-
-