Package | Description |
---|---|
io.vertx.grpc.client | |
io.vertx.grpc.common | |
io.vertx.grpc.server | |
io.vertx.reactivex.grpc.common | |
io.vertx.rxjava.grpc.common | |
io.vertx.rxjava3.grpc.common |
Modifier and Type | Interface and Description |
---|---|
interface |
GrpcClientResponse<Req,Resp>
A response from a gRPC server.
|
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.messageHandler(Handler<GrpcMessage> handler)
Set a handler to be notified with incoming encoded messages.
|
GrpcReadStream<T> |
GrpcReadStream.pause() |
GrpcReadStream<T> |
GrpcReadStream.resume() |
Modifier and Type | Interface and Description |
---|---|
interface |
GrpcServerRequest<Req,Resp> |
Modifier and Type | Method and Description |
---|---|
GrpcReadStream |
GrpcReadStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg) |
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
GrpcReadStream(GrpcReadStream delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcReadStream |
GrpcReadStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg) |
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
GrpcReadStream(GrpcReadStream delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcReadStream |
GrpcReadStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg) |
static <T> GrpcReadStream<T> |
GrpcReadStream.newInstance(GrpcReadStream arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
GrpcReadStream(GrpcReadStream delegate) |
Copyright © 2023 Eclipse. All rights reserved.