Package | Description |
---|---|
io.vertx.rxjava3.grpc.server | |
io.vertx.rxjava3.grpcio.server |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GrpcServerRequest> |
GrpcServerRequest.__TYPE_ARG |
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) |
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) |
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)
Deprecated.
|
<Req,Resp> GrpcServer |
GrpcServer.callHandler(ServiceMethod<Req,Resp> serviceMethod,
Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call made to the server for the
fullMethodName service method. |
Modifier and Type | Method and Description |
---|---|
<Req,Resp> GrpcIoServer |
GrpcIoServer.callHandler(io.grpc.MethodDescriptor<Req,Resp> methodDesc,
Handler<GrpcServerRequest<Req,Resp>> handler)
Set a service method call handler that handles any call made to the server for the service method.
|
Copyright © 2024 Eclipse. All rights reserved.