public static final class PersistentSubscriptionsGrpc.PersistentSubscriptionsStub extends io.grpc.stub.AbstractAsyncStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsStub>
| Modifier and Type | Method and Description |
|---|---|
protected PersistentSubscriptionsGrpc.PersistentSubscriptionsStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
create(Persistent.CreateReq request,
io.grpc.stub.StreamObserver<Persistent.CreateResp> responseObserver) |
void |
delete(Persistent.DeleteReq request,
io.grpc.stub.StreamObserver<Persistent.DeleteResp> responseObserver) |
void |
getInfo(Persistent.GetInfoReq request,
io.grpc.stub.StreamObserver<Persistent.GetInfoResp> responseObserver) |
void |
list(Persistent.ListReq request,
io.grpc.stub.StreamObserver<Persistent.ListResp> responseObserver) |
io.grpc.stub.StreamObserver<Persistent.ReadReq> |
read(io.grpc.stub.StreamObserver<Persistent.ReadResp> responseObserver) |
void |
replayParked(Persistent.ReplayParkedReq request,
io.grpc.stub.StreamObserver<Persistent.ReplayParkedResp> responseObserver) |
void |
restartSubsystem(Shared.Empty request,
io.grpc.stub.StreamObserver<Shared.Empty> responseObserver) |
void |
update(Persistent.UpdateReq request,
io.grpc.stub.StreamObserver<Persistent.UpdateResp> responseObserver) |
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected PersistentSubscriptionsGrpc.PersistentSubscriptionsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<PersistentSubscriptionsGrpc.PersistentSubscriptionsStub>public void create(Persistent.CreateReq request, io.grpc.stub.StreamObserver<Persistent.CreateResp> responseObserver)
public void update(Persistent.UpdateReq request, io.grpc.stub.StreamObserver<Persistent.UpdateResp> responseObserver)
public void delete(Persistent.DeleteReq request, io.grpc.stub.StreamObserver<Persistent.DeleteResp> responseObserver)
public io.grpc.stub.StreamObserver<Persistent.ReadReq> read(io.grpc.stub.StreamObserver<Persistent.ReadResp> responseObserver)
public void getInfo(Persistent.GetInfoReq request, io.grpc.stub.StreamObserver<Persistent.GetInfoResp> responseObserver)
public void replayParked(Persistent.ReplayParkedReq request, io.grpc.stub.StreamObserver<Persistent.ReplayParkedResp> responseObserver)
public void list(Persistent.ListReq request, io.grpc.stub.StreamObserver<Persistent.ListResp> responseObserver)
public void restartSubsystem(Shared.Empty request, io.grpc.stub.StreamObserver<Shared.Empty> responseObserver)