Uses of Class
io.vertx.rxjava3.grpc.server.GrpcServer
-
Packages that use GrpcServer Package Description io.vertx.rxjava3.grpc.server -
-
Uses of GrpcServer in io.vertx.rxjava3.grpc.server
Fields in io.vertx.rxjava3.grpc.server with type parameters of type GrpcServer Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GrpcServer>
GrpcServer. __TYPE_ARG
Methods in io.vertx.rxjava3.grpc.server that return GrpcServer Modifier and Type Method Description GrpcServer
GrpcServer. callHandler(Handler<GrpcServerRequest<Buffer,Buffer>> handler)
Set a call handler that handles any call made to the server.<Req,Resp>
GrpcServerGrpcServer. 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 thefullMethodName
service method.static GrpcServer
GrpcServer. newInstance(GrpcServer arg)
static GrpcServer
GrpcServer. server(Vertx vertx)
Create a blank gRPC server with default options.static GrpcServer
GrpcServer. server(Vertx vertx, GrpcServerOptions options)
Create a blank gRPC server with specified options.
-