Package | Description |
---|---|
io.vertx.reactivex.grpc.client | |
io.vertx.reactivex.grpc.common | |
io.vertx.reactivex.grpc.server |
Modifier and Type | Class and Description |
---|---|
class |
GrpcClientResponse<Req,Resp>
A response from a gRPC server.
|
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Resp> |
GrpcClientResponse.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GrpcReadStream> |
GrpcReadStream.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<T> |
GrpcReadStream.endHandler(Handler<Void> handler) |
GrpcReadStream<T> |
GrpcReadStream.errorHandler(Handler<GrpcError> handler)
Set a handler to be notified with gRPC errors.
|
GrpcReadStream<T> |
GrpcReadStream.exceptionHandler(Handler<Throwable> handler) |
GrpcReadStream<T> |
GrpcReadStream.fetch(long l) |
GrpcReadStream<T> |
GrpcReadStream.handler(Handler<T> handler) |
GrpcReadStream<T> |
GrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
GrpcReadStream<T> |
GrpcReadStream.messageHandler(Handler<GrpcMessage> handler)
Set a handler to be notified with incoming encoded messages.
|
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg) |
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
GrpcReadStream<T> |
GrpcReadStream.pause() |
GrpcReadStream<T> |
GrpcReadStream.resume() |
Modifier and Type | Class and Description |
---|---|
class |
GrpcServerRequest<Req,Resp> |
Modifier and Type | Method and Description |
---|---|
GrpcReadStream<Req> |
GrpcServerRequest.invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
|
Copyright © 2024 Eclipse. All rights reserved.