Uses of Class
io.vertx.reactivex.grpc.server.GrpcServer
Packages that use GrpcServer
-
Uses of GrpcServer in io.vertx.reactivex.grpc.server
Fields in io.vertx.reactivex.grpc.server with type parameters of type GrpcServerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GrpcServer> GrpcServer.__TYPE_ARGMethods in io.vertx.reactivex.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 GrpcServerGrpcServer.newInstance(GrpcServer arg) static GrpcServerCreate a blank gRPC server with default options.static GrpcServerGrpcServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options.