public static final class WatchGrpc.WatchFutureStub extends io.grpc.stub.AbstractFutureStub<WatchGrpc.WatchFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected WatchGrpc.WatchFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<WatchResponse> |
progress(WatchProgressRequest request)
Progress requests that a watch stream progress status
be sent in the watch response stream as soon as possible.
|
protected WatchGrpc.WatchFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<WatchGrpc.WatchFutureStub>public com.google.common.util.concurrent.ListenableFuture<WatchResponse> progress(WatchProgressRequest request)
Progress requests that a watch stream progress status be sent in the watch response stream as soon as possible. For watch progress responses, the header.revision indicates progress. All future events received in this stream are guaranteed to have a higher revision number than the header.revision number.
Copyright © 2021. All rights reserved.