Class ExampleServiceGrpc
- java.lang.Object
-
- io.github.majusko.grpc.apm.interceptor.proto.ExampleServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.4.0)", comments="Source: Example.proto") public final class ExampleServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExampleServiceGrpc.ExampleServiceBlockingStubstatic classExampleServiceGrpc.ExampleServiceFutureStubstatic classExampleServiceGrpc.ExampleServiceImplBasestatic classExampleServiceGrpc.ExampleServiceStub
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.MethodDescriptor<Example.GetExampleRequest,com.google.protobuf.Empty>METHOD_GET_EXAMPLEstatic io.grpc.MethodDescriptor<Example.GetExampleRequest,com.google.protobuf.Empty>METHOD_LIST_EXAMPLEstatic io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty>METHOD_SOME_ACTIONstatic java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServiceDescriptorgetServiceDescriptor()static ExampleServiceGrpc.ExampleServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ExampleServiceGrpc.ExampleServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ExampleServiceGrpc.ExampleServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
METHOD_GET_EXAMPLE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Example.GetExampleRequest,com.google.protobuf.Empty> METHOD_GET_EXAMPLE
-
METHOD_LIST_EXAMPLE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Example.GetExampleRequest,com.google.protobuf.Empty> METHOD_LIST_EXAMPLE
-
METHOD_SOME_ACTION
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> METHOD_SOME_ACTION
-
-
Method Detail
-
newStub
public static ExampleServiceGrpc.ExampleServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ExampleServiceGrpc.ExampleServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ExampleServiceGrpc.ExampleServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-