Package | Description |
---|---|
io.vertx.rxjava3.grpc.server | |
io.vertx.rxjava3.grpcio.server |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GrpcServer> |
GrpcServer.__TYPE_ARG |
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. |
static GrpcServer |
GrpcServer.newInstance(GrpcServer arg) |
static GrpcServer |
GrpcServer.server(Vertx vertx)
Create a blank gRPC server
|
static GrpcServer |
GrpcServer.server(Vertx vertx,
GrpcServerOptions options)
Create a blank gRPC server
|
Modifier and Type | Class and Description |
---|---|
class |
GrpcIoServer
Extends the so it can be utilized with .
|
Copyright © 2024 Eclipse. All rights reserved.