Class PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub>
-
- com.eventstore.dbclient.proto.persistentsubscriptions.PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub
-
- Enclosing class:
- PersistentSubscriptionsGrpc
public static final class PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub extends io.grpc.stub.AbstractBlockingStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service PersistentSubscriptions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)Persistent.CreateRespcreate(Persistent.CreateReq request)Persistent.DeleteRespdelete(Persistent.DeleteReq request)Persistent.GetInfoRespgetInfo(Persistent.GetInfoReq request)Persistent.ListResplist(Persistent.ListReq request)Persistent.ReplayParkedRespreplayParked(Persistent.ReplayParkedReq request)Shared.EmptyrestartSubsystem(Shared.Empty request)Persistent.UpdateRespupdate(Persistent.UpdateReq request)
-
-
-
Method Detail
-
build
protected PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingStub>
-
create
public Persistent.CreateResp create(Persistent.CreateReq request)
-
update
public Persistent.UpdateResp update(Persistent.UpdateReq request)
-
delete
public Persistent.DeleteResp delete(Persistent.DeleteReq request)
-
getInfo
public Persistent.GetInfoResp getInfo(Persistent.GetInfoReq request)
-
replayParked
public Persistent.ReplayParkedResp replayParked(Persistent.ReplayParkedReq request)
-
list
public Persistent.ListResp list(Persistent.ListReq request)
-
restartSubsystem
public Shared.Empty restartSubsystem(Shared.Empty request)
-
-