public abstract static class VertxWatchGrpc.WatchVertxImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
WatchVertxImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
watch(io.vertx.core.streams.ReadStream<WatchRequest> request,
io.vertx.core.streams.WriteStream<WatchResponse> response)
Range gets the keys in the range from the key-value store.
|
VertxWatchGrpc.WatchVertxImplBase |
withCompression(String compression)
Set whether the server will try to use a compressed response.
|
public VertxWatchGrpc.WatchVertxImplBase withCompression(String compression)
compression - the compression, e.g gzippublic void watch(io.vertx.core.streams.ReadStream<WatchRequest> request, io.vertx.core.streams.WriteStream<WatchResponse> response)
Range gets the keys in the range from the key-value store.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2021. All rights reserved.