@Generated(value="by gRPC proto compiler") public class GreeterGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GreeterGrpc.Greeter |
static interface |
GreeterGrpc.GreeterBlockingClient |
static class |
GreeterGrpc.GreeterBlockingStub |
static interface |
GreeterGrpc.GreeterFutureClient |
static class |
GreeterGrpc.GreeterFutureStub |
static class |
GreeterGrpc.GreeterStub |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<HelloRequest,HelloReply> |
METHOD_SAY_HELLO |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(GreeterGrpc.Greeter serviceImpl) |
static GreeterGrpc.GreeterBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
static GreeterGrpc.GreeterFutureStub |
newFutureStub(io.grpc.Channel channel) |
static GreeterGrpc.GreeterStub |
newStub(io.grpc.Channel channel) |
public static final String SERVICE_NAME
@ExperimentalApi public static final io.grpc.MethodDescriptor<HelloRequest,HelloReply> METHOD_SAY_HELLO
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.ServerServiceDefinition bindService(GreeterGrpc.Greeter serviceImpl)
Copyright © 2016. All rights reserved.