Class PersistentSubscriptionsGrpc
- java.lang.Object
-
- com.eventstore.dbclient.proto.persistentsubscriptions.PersistentSubscriptionsGrpc
-
@Generated(value="by gRPC proto compiler (version 1.59.0)", comments="Source: persistent.proto") public final class PersistentSubscriptionsGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePersistentSubscriptionsGrpc.AsyncServicestatic classPersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStubA stub to allow clients to do synchronous rpc calls to service PersistentSubscriptions.static classPersistentSubscriptionsGrpc.PersistentSubscriptionsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service PersistentSubscriptions.static classPersistentSubscriptionsGrpc.PersistentSubscriptionsImplBaseBase class for the server implementation of the service PersistentSubscriptions.static classPersistentSubscriptionsGrpc.PersistentSubscriptionsStubA stub to allow clients to do asynchronous rpc calls to service PersistentSubscriptions.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<Persistent.UpdateReq,Persistent.UpdateResp>getUpdateMethod()static PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PersistentSubscriptionsGrpc.PersistentSubscriptionsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PersistentSubscriptionsGrpc.PersistentSubscriptionsStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateMethod
public static io.grpc.MethodDescriptor<Persistent.CreateReq,Persistent.CreateResp> getCreateMethod()
-
getUpdateMethod
public static io.grpc.MethodDescriptor<Persistent.UpdateReq,Persistent.UpdateResp> getUpdateMethod()
-
getDeleteMethod
public static io.grpc.MethodDescriptor<Persistent.DeleteReq,Persistent.DeleteResp> getDeleteMethod()
-
getReadMethod
public static io.grpc.MethodDescriptor<Persistent.ReadReq,Persistent.ReadResp> getReadMethod()
-
getGetInfoMethod
public static io.grpc.MethodDescriptor<Persistent.GetInfoReq,Persistent.GetInfoResp> getGetInfoMethod()
-
getReplayParkedMethod
public static io.grpc.MethodDescriptor<Persistent.ReplayParkedReq,Persistent.ReplayParkedResp> getReplayParkedMethod()
-
getListMethod
public static io.grpc.MethodDescriptor<Persistent.ListReq,Persistent.ListResp> getListMethod()
-
getRestartSubsystemMethod
public static io.grpc.MethodDescriptor<Shared.Empty,Shared.Empty> getRestartSubsystemMethod()
-
newStub
public static PersistentSubscriptionsGrpc.PersistentSubscriptionsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PersistentSubscriptionsGrpc.PersistentSubscriptionsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(PersistentSubscriptionsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-