Package io.vertx.mutiny.core
package io.vertx.mutiny.core
-
ClassesClassDescriptionThe execution context of a
Handler
execution.This class represents a MultiMap of String keys to a List of String values.Promise<T>Represents the writable side of an action that may, or may not, have occurred yet.A timeout stream is triggered by a timer, theHandler
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.A timer task that can be used as a future.The entry point into the Vert.x Core API.A builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:An executor for executing blocking code in Vert.x .