interface Closeable |
|
open class Launcher : VertxCommandLauncher, VertxLifecycleHooks
A |
|
open class ServiceHelper
A helper class for loading factories from the classpath and from the vert.x OSGi bundle. |
|
interface TimeoutStream : ReadStream<Long>
A timeout stream is triggered by a timer, the io.vertx.core.Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream. The Pausing the timer inhibits the timer shots until the stream is resumed. Setting a null handler callback cancels the timer. |
|
open class VertxOptions
Instances of this class are used to configure io.vertx.core.Vertx instances. |
|
interface WorkerExecutor : Measured
An executor for executing blocking code in Vert.x . It provides the same |