Uses of Interface
io.vertx.grpc.server.GrpcServer
Packages that use GrpcServer
Package
Description
-
Uses of GrpcServer in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcServerModifier and TypeMethodDescriptionGrpcServer.addService(Service service) GrpcServer.callHandler(Handler<GrpcServerRequest<Buffer, Buffer>> handler) Set a call handler that handles any call made to the server.<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 thefullMethodNameservice method.static GrpcServerCreate a blank gRPC server with default options.static GrpcServerGrpcServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options. -
Uses of GrpcServer in io.vertx.grpcio.server
Subinterfaces of GrpcServer in io.vertx.grpcio.serverModifier and TypeInterfaceDescriptioninterfaceA gRPC server based on Vert.x HTTP server. -
Uses of GrpcServer in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return GrpcServerMethods in io.vertx.reactivex.grpc.server with parameters of type GrpcServerConstructors in io.vertx.reactivex.grpc.server with parameters of type GrpcServer -
Uses of GrpcServer in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return GrpcServerMethods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerConstructors in io.vertx.rxjava3.grpc.server with parameters of type GrpcServer