Package com.client.basic.protos
Class BasicControllerGrpc
java.lang.Object
com.client.basic.protos.BasicControllerGrpc
@Generated(value="by gRPC proto compiler (version 1.4.0)",
comments="Source: basic_v1.proto")
public final class BasicControllerGrpc
extends Object
The greeting controller definition.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe greeting controller definition.static final classThe greeting controller definition.static classThe greeting controller definition.static final classThe greeting controller definition. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<Query,ResponseV1> static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
METHOD_DO_SOMETHING
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Query,ResponseV1> METHOD_DO_SOMETHING
-
-
Method Details
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static BasicControllerGrpc.BasicControllerBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-