Class PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub>
com.eventstore.dbclient.proto.persistentsubscriptions.PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub
- Enclosing class:
- PersistentSubscriptionsGrpc
public static final class PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service PersistentSubscriptions.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) create(Persistent.CreateReq request) delete(Persistent.DeleteReq request) getInfo(Persistent.GetInfoReq request) list(Persistent.ListReq request) io.grpc.stub.BlockingClientCall<Persistent.ReadReq,Persistent.ReadResp> read()replayParked(Persistent.ReplayParkedReq request) restartSubsystem(Shared.Empty request) update(Persistent.UpdateReq request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub>
-
create
-
update
-
delete
-
read
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<Persistent.ReadReq,Persistent.ReadResp> read() -
getInfo
-
replayParked
-
list
-