Class WatchGrpc.WatchFutureStub

    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class io.grpc.stub.AbstractFutureStub

        newStub, newStub
      • Methods inherited from class io.grpc.stub.AbstractStub

        getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • progress

        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.