| Package | Description |
|---|---|
| io.vertx.grpc.client | |
| io.vertx.grpcio.client |
| Modifier and Type | Method and Description |
|---|---|
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.endHandler(io.vertx.core.Handler<Void> handler) |
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.errorHandler(io.vertx.core.Handler<GrpcError> handler) |
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.fetch(long amount) |
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.handler(io.vertx.core.Handler<Resp> handler) |
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.messageHandler(io.vertx.core.Handler<GrpcMessage> handler) |
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.pause() |
GrpcClientResponse<Req,Resp> |
GrpcClientResponse.resume() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<GrpcClientResponse<Req,Resp>> |
GrpcClientRequest.response() |
default io.vertx.core.Future<GrpcClientResponse<Req,Resp>> |
GrpcClientRequest.send(io.vertx.core.streams.ReadStream<Req> body) |
default io.vertx.core.Future<GrpcClientResponse<Req,Resp>> |
GrpcClientRequest.send(Req item) |
| Modifier and Type | Method and Description |
|---|---|
default <Req,Resp,T> |
GrpcClient.call(io.vertx.core.net.SocketAddress server,
io.grpc.MethodDescriptor<Req,Resp> service,
io.vertx.core.Handler<GrpcClientRequest<Req,Resp>> requestHandler,
Function<GrpcClientResponse<Req,Resp>,io.vertx.core.Future<T>> resultFn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default <Req,Resp,T> |
GrpcIoClient.call(io.vertx.core.net.SocketAddress server,
io.grpc.MethodDescriptor<Req,Resp> service,
io.vertx.core.Handler<GrpcClientRequest<Req,Resp>> requestHandler,
Function<GrpcClientResponse<Req,Resp>,io.vertx.core.Future<T>> resultFn)
Call the
service gRPC service hosted by server. |
Copyright © 2024 Eclipse. All rights reserved.