vertx / io.vertx.rxjava.core.net / NetServer / rxClose

rxClose

open fun rxClose(): Single<Void>

Like io.vertx.rxjava.core.net.NetServer#close but supplying a handler that will be notified when close is complete.

Return