@Generated(value="by gRPC proto compiler (version 1.71.0)",
comments="Source: kurrentdb/protocol/v1/streams.proto")
public final class StreamsGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamsGrpc.AsyncService |
static class |
StreamsGrpc.StreamsBlockingStub
A stub to allow clients to do limited synchronous rpc calls to service Streams.
|
static class |
StreamsGrpc.StreamsBlockingV2Stub
A stub to allow clients to do synchronous rpc calls to service Streams.
|
static class |
StreamsGrpc.StreamsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Streams.
|
static class |
StreamsGrpc.StreamsImplBase
Base class for the server implementation of the service Streams.
|
static class |
StreamsGrpc.StreamsStub
A stub to allow clients to do asynchronous rpc calls to service Streams.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(StreamsGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<StreamsOuterClass.AppendReq,StreamsOuterClass.AppendResp> |
getAppendMethod() |
static io.grpc.MethodDescriptor<StreamsOuterClass.BatchAppendReq,StreamsOuterClass.BatchAppendResp> |
getBatchAppendMethod() |
static io.grpc.MethodDescriptor<StreamsOuterClass.DeleteReq,StreamsOuterClass.DeleteResp> |
getDeleteMethod() |
static io.grpc.MethodDescriptor<StreamsOuterClass.ReadReq,StreamsOuterClass.ReadResp> |
getReadMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StreamsOuterClass.TombstoneReq,StreamsOuterClass.TombstoneResp> |
getTombstoneMethod() |
static StreamsGrpc.StreamsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static StreamsGrpc.StreamsBlockingV2Stub |
newBlockingV2Stub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports all types of calls on the service
|
static StreamsGrpc.StreamsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static StreamsGrpc.StreamsStub |
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<StreamsOuterClass.ReadReq,StreamsOuterClass.ReadResp> getReadMethod()
public static io.grpc.MethodDescriptor<StreamsOuterClass.AppendReq,StreamsOuterClass.AppendResp> getAppendMethod()
public static io.grpc.MethodDescriptor<StreamsOuterClass.DeleteReq,StreamsOuterClass.DeleteResp> getDeleteMethod()
public static io.grpc.MethodDescriptor<StreamsOuterClass.TombstoneReq,StreamsOuterClass.TombstoneResp> getTombstoneMethod()
public static io.grpc.MethodDescriptor<StreamsOuterClass.BatchAppendReq,StreamsOuterClass.BatchAppendResp> getBatchAppendMethod()
public static StreamsGrpc.StreamsStub newStub(io.grpc.Channel channel)
public static StreamsGrpc.StreamsBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
public static StreamsGrpc.StreamsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static StreamsGrpc.StreamsFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(StreamsGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()