public class CollectorServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectorServiceGrpc.CollectorServiceBlockingStub |
static class |
CollectorServiceGrpc.CollectorServiceFutureStub |
static class |
CollectorServiceGrpc.CollectorServiceImplBase |
static class |
CollectorServiceGrpc.CollectorServiceStub |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<ReportRequest,ReportResponse> |
METHOD_REPORT |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static CollectorServiceGrpc.CollectorServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CollectorServiceGrpc.CollectorServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static CollectorServiceGrpc.CollectorServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ReportRequest,ReportResponse> METHOD_REPORT
public static CollectorServiceGrpc.CollectorServiceStub newStub(io.grpc.Channel channel)
public static CollectorServiceGrpc.CollectorServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CollectorServiceGrpc.CollectorServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 LightStep. All rights reserved.