Package | Description |
---|---|
io.vertx.rxjava3.grpcio.server |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GrpcIoServer> |
GrpcIoServer.__TYPE_ARG |
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.
|
static GrpcIoServer |
GrpcIoServer.newInstance(GrpcIoServer arg) |
static GrpcIoServer |
GrpcIoServer.server(Vertx vertx)
Create a blank gRPC/IO server
|
static GrpcIoServer |
GrpcIoServer.server(Vertx vertx,
GrpcServerOptions options)
Create a blank gRPC/IO server
|
Copyright © 2024 Eclipse. All rights reserved.