Class MetricsService.Stub
- java.lang.Object
-
- io.envoyproxy.envoy.service.metrics.v3.MetricsService
-
- io.envoyproxy.envoy.service.metrics.v3.MetricsService.Stub
-
- All Implemented Interfaces:
com.google.protobuf.Service,MetricsService.Interface
- Enclosing class:
- MetricsService
public static final class MetricsService.Stub extends MetricsService implements MetricsService.Interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.envoyproxy.envoy.service.metrics.v3.MetricsService
MetricsService.BlockingInterface, MetricsService.Interface, MetricsService.Stub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.RpcChannelgetChannel()voidstreamMetrics(com.google.protobuf.RpcController controller, StreamMetricsMessage request, com.google.protobuf.RpcCallback<StreamMetricsResponse> done)Envoy will connect and send StreamMetricsMessage messages forever.-
Methods inherited from class io.envoyproxy.envoy.service.metrics.v3.MetricsService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
-
-
-
-
Method Detail
-
getChannel
public com.google.protobuf.RpcChannel getChannel()
-
streamMetrics
public void streamMetrics(com.google.protobuf.RpcController controller, StreamMetricsMessage request, com.google.protobuf.RpcCallback<StreamMetricsResponse> done)Description copied from class: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.v3.StreamMetricsMessage) returns (.envoy.service.metrics.v3.StreamMetricsResponse);- Specified by:
streamMetricsin interfaceMetricsService.Interface- Specified by:
streamMetricsin classMetricsService
-
-