Uses of Class
io.vertx.grpc.VertxServer
-
Packages that use VertxServer Package Description io.vertx.grpc -
-
Uses of VertxServer in io.vertx.grpc
Methods in io.vertx.grpc that return VertxServer Modifier and Type Method Description VertxServer
VertxServerBuilder. build()
VertxServer
VertxServer. shutdown()
VertxServer
VertxServer. shutdown(Promise<Void> completionHandler)
VertxServer
VertxServer. shutdownNow()
VertxServer
VertxServer. start()
VertxServer
VertxServer. start(Completable<Void> completionHandler)
-