Package | Description |
---|---|
io.vertx.grpc.client | |
io.vertx.grpc.common | |
io.vertx.grpc.server |
Modifier and Type | Interface and Description |
---|---|
interface |
GrpcClientRequest<Req,Resp>
A request to a gRPC server.
|
Modifier and Type | Method and Description |
---|---|
GrpcWriteStream<T> |
GrpcWriteStream.drainHandler(Handler<Void> handler) |
GrpcWriteStream<T> |
GrpcWriteStream.encoding(String encoding)
Set the stream encoding, e.g
identity or gzip . |
GrpcWriteStream<T> |
GrpcWriteStream.exceptionHandler(Handler<Throwable> handler) |
GrpcWriteStream<T> |
GrpcWriteStream.setWriteQueueMaxSize(int i) |
Modifier and Type | Interface and Description |
---|---|
interface |
GrpcServerResponse<Req,Resp> |
Copyright © 2023 Eclipse. All rights reserved.