@Generated(value="by gRPC proto compiler (version 1.54.0)",
comments="Source: helloworld.proto")
public final class Greeter2Grpc
extends java.lang.Object
The greeting service definition.
Modifier and Type | Class and Description |
---|---|
static interface |
Greeter2Grpc.AsyncService
The greeting service definition.
|
static class |
Greeter2Grpc.Greeter2BlockingStub
A stub to allow clients to do synchronous rpc calls to service Greeter2.
|
static class |
Greeter2Grpc.Greeter2FutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Greeter2.
|
static class |
Greeter2Grpc.Greeter2ImplBase
Base class for the server implementation of the service Greeter2.
|
static class |
Greeter2Grpc.Greeter2Stub
A stub to allow clients to do asynchronous rpc calls to service Greeter2.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(Greeter2Grpc.AsyncService service) |
static io.grpc.MethodDescriptor<HelloRequest,HelloReply> |
getSayHelloMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static Greeter2Grpc.Greeter2BlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static Greeter2Grpc.Greeter2FutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static Greeter2Grpc.Greeter2Stub |
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 Greeter2Grpc.Greeter2Stub newStub(io.grpc.Channel channel)
public static Greeter2Grpc.Greeter2BlockingStub newBlockingStub(io.grpc.Channel channel)
public static Greeter2Grpc.Greeter2FutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(Greeter2Grpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()