public static final class MetricsService.Stub extends MetricsService implements MetricsService.Interface
MetricsService.BlockingInterface, MetricsService.Interface, MetricsService.Stub| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.RpcChannel |
getChannel() |
void |
streamMetrics(com.google.protobuf.RpcController controller,
StreamMetricsMessage request,
com.google.protobuf.RpcCallback<StreamMetricsResponse> done)
Envoy will connect and send StreamMetricsMessage messages forever.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void streamMetrics(com.google.protobuf.RpcController controller,
StreamMetricsMessage request,
com.google.protobuf.RpcCallback<StreamMetricsResponse> done)
MetricsServiceEnvoy will connect and send StreamMetricsMessage messages forever. It does not expect any response to be sent as nothing would be done in the case of failure.
rpc StreamMetrics(stream .envoy.service.metrics.v2.StreamMetricsMessage) returns (.envoy.service.metrics.v2.StreamMetricsResponse);streamMetrics in interface MetricsService.InterfacestreamMetrics in class MetricsServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.