@Generated(value="by gRPC proto compiler (version 1.54.0)",
comments="Source: helloworld.proto")
public final class GreeterGrpc
extends java.lang.Object
The greeting service definition.
Modifier and Type | Class and Description |
---|---|
static interface |
GreeterGrpc.AsyncService
The greeting service definition.
|
static class |
GreeterGrpc.GreeterBlockingStub
A stub to allow clients to do synchronous rpc calls to service Greeter.
|
static class |
GreeterGrpc.GreeterFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Greeter.
|
static class |
GreeterGrpc.GreeterImplBase
Base class for the server implementation of the service Greeter.
|
static class |
GreeterGrpc.GreeterStub
A stub to allow clients to do asynchronous rpc calls to service Greeter.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(GreeterGrpc.AsyncService service) |
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 final io.grpc.ServerServiceDefinition bindService(GreeterGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()