Package io.etcd.jetcd.api
Class VertxWatchGrpc.WatchVertxStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<VertxWatchGrpc.WatchVertxStub>
-
- io.etcd.jetcd.api.VertxWatchGrpc.WatchVertxStub
-
- Enclosing class:
- VertxWatchGrpc
public static final class VertxWatchGrpc.WatchVertxStub extends io.grpc.stub.AbstractStub<VertxWatchGrpc.WatchVertxStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VertxWatchGrpc.WatchVertxStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.vertx.core.Future<WatchResponse>progress(WatchProgressRequest request)Range gets the keys in the range from the key-value store.io.vertx.core.streams.ReadStream<WatchResponse>watch(io.vertx.core.Handler<io.vertx.core.streams.WriteStream<WatchRequest>> hdlr)Put puts the given key into the key-value store.-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected VertxWatchGrpc.WatchVertxStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<VertxWatchGrpc.WatchVertxStub>
-
progress
public io.vertx.core.Future<WatchResponse> progress(WatchProgressRequest request)
Range gets the keys in the range from the key-value store.
-
watch
public io.vertx.core.streams.ReadStream<WatchResponse> watch(io.vertx.core.Handler<io.vertx.core.streams.WriteStream<WatchRequest>> hdlr)
Put puts the given key into the key-value store. A put request increments the revision of the key-value store and generates one event in the event history.
-
-