public static final class PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub>
| Modifier and Type | Method and Description |
|---|---|
protected PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Persistent.CreateResp |
create(Persistent.CreateReq request) |
Persistent.DeleteResp |
delete(Persistent.DeleteReq request) |
Persistent.GetInfoResp |
getInfo(Persistent.GetInfoReq request) |
Persistent.ListResp |
list(Persistent.ListReq request) |
io.grpc.stub.BlockingClientCall<Persistent.ReadReq,Persistent.ReadResp> |
read() |
Persistent.ReplayParkedResp |
replayParked(Persistent.ReplayParkedReq request) |
Shared.Empty |
restartSubsystem(Shared.Empty request) |
Persistent.UpdateResp |
update(Persistent.UpdateReq request) |
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsBlockingV2Stub>public Persistent.CreateResp create(Persistent.CreateReq request)
public Persistent.UpdateResp update(Persistent.UpdateReq request)
public Persistent.DeleteResp delete(Persistent.DeleteReq request)
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<Persistent.ReadReq,Persistent.ReadResp> read()
public Persistent.GetInfoResp getInfo(Persistent.GetInfoReq request)
public Persistent.ReplayParkedResp replayParked(Persistent.ReplayParkedReq request)
public Persistent.ListResp list(Persistent.ListReq request)
public Shared.Empty restartSubsystem(Shared.Empty request)