@Generated(value="by gRPC proto compiler (version 1.71.0)",
comments="Source: kurrentdb/protocol/v1/gossip.proto")
public final class GossipGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GossipGrpc.AsyncService |
static class |
GossipGrpc.GossipBlockingStub
A stub to allow clients to do limited synchronous rpc calls to service Gossip.
|
static class |
GossipGrpc.GossipBlockingV2Stub
A stub to allow clients to do synchronous rpc calls to service Gossip.
|
static class |
GossipGrpc.GossipFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Gossip.
|
static class |
GossipGrpc.GossipImplBase
Base class for the server implementation of the service Gossip.
|
static class |
GossipGrpc.GossipStub
A stub to allow clients to do asynchronous rpc calls to service Gossip.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(GossipGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Shared.Empty,GossipOuterClass.ClusterInfo> |
getReadMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static GossipGrpc.GossipBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static GossipGrpc.GossipBlockingV2Stub |
newBlockingV2Stub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports all types of calls on the service
|
static GossipGrpc.GossipFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static GossipGrpc.GossipStub |
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<Shared.Empty,GossipOuterClass.ClusterInfo> getReadMethod()
public static GossipGrpc.GossipStub newStub(io.grpc.Channel channel)
public static GossipGrpc.GossipBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
public static GossipGrpc.GossipBlockingStub newBlockingStub(io.grpc.Channel channel)
public static GossipGrpc.GossipFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(GossipGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()