@Generated(value="by gRPC proto compiler (version 1.51.1)",
comments="Source: helloworld.proto")
public final class GreeterGrpc
extends java.lang.Object
The greeting service definition.
Modifier and Type | Class and Description |
---|---|
static class |
GreeterGrpc.GreeterBlockingStub
The greeting service definition.
|
static class |
GreeterGrpc.GreeterFutureStub
The greeting service definition.
|
static class |
GreeterGrpc.GreeterImplBase
The greeting service definition.
|
static class |
GreeterGrpc.GreeterStub
The greeting service definition.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<HelloRequest,HelloReply> |
getSayHelloMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static GreeterGrpc.GreeterBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static GreeterGrpc.GreeterFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static GreeterGrpc.GreeterStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<HelloRequest,HelloReply> getSayHelloMethod()
public static GreeterGrpc.GreeterStub newStub(io.grpc.Channel channel)
public static GreeterGrpc.GreeterBlockingStub newBlockingStub(io.grpc.Channel channel)
public static GreeterGrpc.GreeterFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()