Uses of Package
io.vertx.core
-
Classes in io.vertx.core used by io.vertx.core Class Description AsyncResult Encapsulates the result of an asynchronous operation.Completable A view of something that can be completed with a success or failure.CompositeFuture The composite future wraps a list offutures, it is useful when several futures needs to be coordinated.Context The execution context of aHandlerexecution.Deployable Base interface for reactive services written in Java deployed in a Vert.x instanceDeploymentOptions Options for configuring a verticle deployment.Expectation An expectation, very much like a predicate with the ability to provide a meaningful description of the failure.Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values.Promise Represents the writable side of an action that may, or may not, have occurred yet.ThreadingModel The threading model defines the scheduler to execute context tasks.Timer A timer task that can be used as a future.Verticle WARNING : this class is not deprecated, however we encourage instead to useVerticleBaseA verticle is a piece of code that can be deployed by Vert.x.Vertx The entry point into the Vert.x Core API.VertxBuilder A builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:VertxException VertxOptions Instances of this class are used to configureVertxinstances.WorkerExecutor An executor for executing blocking code in Vert.x . -
Classes in io.vertx.core used by io.vertx.core.datagram Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.core.dns Class Description Future Represents the result of an action that may, or may not, have occurred yet.VertxException -
Classes in io.vertx.core used by io.vertx.core.eventbus Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values.VertxException -
Classes in io.vertx.core used by io.vertx.core.file Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.VertxException -
Classes in io.vertx.core used by io.vertx.core.http Class Description Expectation An expectation, very much like a predicate with the ability to provide a meaningful description of the failure.Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values.VertxException -
Classes in io.vertx.core used by io.vertx.core.net Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.core.net.endpoint Class Description Future Represents the result of an action that may, or may not, have occurred yet. -
Classes in io.vertx.core used by io.vertx.core.parsetools Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.core.shareddata Class Description Future Represents the result of an action that may, or may not, have occurred yet. -
Classes in io.vertx.core used by io.vertx.core.spi Class Description Deployable Base interface for reactive services written in Java deployed in a Vert.x instancePromise Represents the writable side of an action that may, or may not, have occurred yet.Verticle WARNING : this class is not deprecated, however we encourage instead to useVerticleBaseA verticle is a piece of code that can be deployed by Vert.x.Vertx The entry point into the Vert.x Core API.VertxOptions Instances of this class are used to configureVertxinstances. -
Classes in io.vertx.core used by io.vertx.core.spi.cluster Class Description Completable A view of something that can be completed with a success or failure.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.core.spi.context.storage Class Description Context The execution context of aHandlerexecution. -
Classes in io.vertx.core used by io.vertx.core.spi.dns Class Description Future Represents the result of an action that may, or may not, have occurred yet.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.core.spi.endpoint Class Description Future Represents the result of an action that may, or may not, have occurred yet. -
Classes in io.vertx.core used by io.vertx.core.spi.metrics Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.core.spi.observability Class Description MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.core.spi.tracing Class Description Context The execution context of aHandlerexecution. -
Classes in io.vertx.core used by io.vertx.core.streams Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.