Package | Description |
---|---|
io.vertx.grpc.server | |
io.vertx.reactivex.grpc.server | |
io.vertx.rxjava.grpc.server | |
io.vertx.rxjava3.grpc.server |
Modifier and Type | Method and Description |
---|---|
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.endHandler(Handler<Void> endHandler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.errorHandler(Handler<GrpcError> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.exceptionHandler(Handler<Throwable> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.fetch(long amount) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.handler(Handler<Req> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.messageHandler(Handler<GrpcMessage> handler) |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.pause() |
GrpcServerRequest<Req,Resp> |
GrpcServerRequest.resume() |
Modifier and Type | Method and Description |
---|---|
GrpcServer |
GrpcServer.callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)
Set a call handler that handles any call made to the server.
|
<Req,Resp> GrpcServer |
GrpcServer.callHandler(io.grpc.MethodDescriptor<Req,Resp> methodDesc,
Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call call made to the server for the
MethodDescriptor service method. |
Modifier and Type | Method and Description |
---|---|
GrpcServerRequest |
GrpcServerRequest.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> GrpcServerRequest<Req,Resp> |
GrpcServerRequest.newInstance(GrpcServerRequest arg) |
static <Req,Resp> GrpcServerRequest<Req,Resp> |
GrpcServerRequest.newInstance(GrpcServerRequest arg,
io.vertx.lang.rx.TypeArg<Req> __typeArg_Req,
io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) |
Constructor and Description |
---|
GrpcServerRequest(GrpcServerRequest delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcServerRequest |
GrpcServerRequest.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> GrpcServerRequest<Req,Resp> |
GrpcServerRequest.newInstance(GrpcServerRequest arg) |
static <Req,Resp> GrpcServerRequest<Req,Resp> |
GrpcServerRequest.newInstance(GrpcServerRequest arg,
io.vertx.lang.rx.TypeArg<Req> __typeArg_Req,
io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) |
Constructor and Description |
---|
GrpcServerRequest(GrpcServerRequest delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcServerRequest |
GrpcServerRequest.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> GrpcServerRequest<Req,Resp> |
GrpcServerRequest.newInstance(GrpcServerRequest arg) |
static <Req,Resp> GrpcServerRequest<Req,Resp> |
GrpcServerRequest.newInstance(GrpcServerRequest arg,
io.vertx.lang.rx.TypeArg<Req> __typeArg_Req,
io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) |
Constructor and Description |
---|
GrpcServerRequest(GrpcServerRequest delegate) |
Copyright © 2023 Eclipse. All rights reserved.