@Generated(value="by gRPC proto compiler (version 1.71.0)",
comments="Source: kurrentdb/protocol/v1/persistent.proto")
public final class PersistentSubscriptionsGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PersistentSubscriptionsGrpc.AsyncService |
static class |
PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub
A stub to allow clients to do limited synchronous rpc calls to service PersistentSubscriptions.
|
static class |
PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub
A stub to allow clients to do synchronous rpc calls to service PersistentSubscriptions.
|
static class |
PersistentSubscriptionsGrpc.PersistentSubscriptionsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service PersistentSubscriptions.
|
static class |
PersistentSubscriptionsGrpc.PersistentSubscriptionsImplBase
Base class for the server implementation of the service PersistentSubscriptions.
|
static class |
PersistentSubscriptionsGrpc.PersistentSubscriptionsStub
A stub to allow clients to do asynchronous rpc calls to service PersistentSubscriptions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(PersistentSubscriptionsGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Persistent.CreateReq,Persistent.CreateResp> |
getCreateMethod() |
static io.grpc.MethodDescriptor<Persistent.DeleteReq,Persistent.DeleteResp> |
getDeleteMethod() |
static io.grpc.MethodDescriptor<Persistent.GetInfoReq,Persistent.GetInfoResp> |
getGetInfoMethod() |
static io.grpc.MethodDescriptor<Persistent.ListReq,Persistent.ListResp> |
getListMethod() |
static io.grpc.MethodDescriptor<Persistent.ReadReq,Persistent.ReadResp> |
getReadMethod() |
static io.grpc.MethodDescriptor<Persistent.ReplayParkedReq,Persistent.ReplayParkedResp> |
getReplayParkedMethod() |
static io.grpc.MethodDescriptor<Shared.Empty,Shared.Empty> |
getRestartSubsystemMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<Persistent.UpdateReq,Persistent.UpdateResp> |
getUpdateMethod() |
static PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub |
newBlockingV2Stub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports all types of calls on the service
|
static PersistentSubscriptionsGrpc.PersistentSubscriptionsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static PersistentSubscriptionsGrpc.PersistentSubscriptionsStub |
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<Persistent.CreateReq,Persistent.CreateResp> getCreateMethod()
public static io.grpc.MethodDescriptor<Persistent.UpdateReq,Persistent.UpdateResp> getUpdateMethod()
public static io.grpc.MethodDescriptor<Persistent.DeleteReq,Persistent.DeleteResp> getDeleteMethod()
public static io.grpc.MethodDescriptor<Persistent.ReadReq,Persistent.ReadResp> getReadMethod()
public static io.grpc.MethodDescriptor<Persistent.GetInfoReq,Persistent.GetInfoResp> getGetInfoMethod()
public static io.grpc.MethodDescriptor<Persistent.ReplayParkedReq,Persistent.ReplayParkedResp> getReplayParkedMethod()
public static io.grpc.MethodDescriptor<Persistent.ListReq,Persistent.ListResp> getListMethod()
public static io.grpc.MethodDescriptor<Shared.Empty,Shared.Empty> getRestartSubsystemMethod()
public static PersistentSubscriptionsGrpc.PersistentSubscriptionsStub newStub(io.grpc.Channel channel)
public static PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
public static PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static PersistentSubscriptionsGrpc.PersistentSubscriptionsFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(PersistentSubscriptionsGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()