public static final class WatchGrpc.WatchBlockingStub extends io.grpc.stub.AbstractBlockingStub<WatchGrpc.WatchBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
protected WatchGrpc.WatchBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.WatchBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<WatchGrpc.WatchBlockingStub>public 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.