@Generated(value="by gRPC proto compiler", comments="Source: grpc/testing/metrics.proto") public final class MetricsServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MetricsServiceGrpc.AsyncService |
static class |
MetricsServiceGrpc.MetricsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service MetricsService.
|
static class |
MetricsServiceGrpc.MetricsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MetricsService.
|
static class |
MetricsServiceGrpc.MetricsServiceImplBase
Base class for the server implementation of the service MetricsService.
|
static class |
MetricsServiceGrpc.MetricsServiceStub
A stub to allow clients to do asynchronous rpc calls to service MetricsService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(MetricsServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Metrics.EmptyMessage,Metrics.GaugeResponse> |
getGetAllGaugesMethod() |
static io.grpc.MethodDescriptor<Metrics.GaugeRequest,Metrics.GaugeResponse> |
getGetGaugeMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static MetricsServiceGrpc.MetricsServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static MetricsServiceGrpc.MetricsServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static MetricsServiceGrpc.MetricsServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<Metrics.EmptyMessage,Metrics.GaugeResponse> getGetAllGaugesMethod()
public static io.grpc.MethodDescriptor<Metrics.GaugeRequest,Metrics.GaugeResponse> getGetGaugeMethod()
public static MetricsServiceGrpc.MetricsServiceStub newStub(io.grpc.Channel channel)
public static MetricsServiceGrpc.MetricsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static MetricsServiceGrpc.MetricsServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(MetricsServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()