Uses of Class
io.vertx.grpc.VertxServer

Packages that use VertxServer
Package
Description
 
  • Uses of VertxServer in io.vertx.grpc

    Methods in io.vertx.grpc that return VertxServer
    Modifier and Type
    Method
    Description
    VertxServerBuilder.build()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxServer.shutdown()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxServer.shutdown(Completable<Void> completionHandler)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxServer.shutdownNow()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxServer.start()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    VertxServer.start(Completable<Void> completionHandler)
    Deprecated, for removal: This API element is subject to removal in a future version.