Uses of Package
io.vertx.core
-
Classes in io.vertx.core used by io.vertx.amqp 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.camel 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.WorkerExecutor An executor for executing blocking code in Vert.x . -
Classes in io.vertx.core used by io.vertx.cassandra 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.circuitbreaker Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Promise Represents the writable side 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.config 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.config.consul 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.config.git 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.config.hocon 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.config.kubernetes 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.config.redis 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.config.spi 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.config.spi.utils Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.config.spring Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.config.vault 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.config.vault.client Class Description AsyncResult Encapsulates the result of an asynchronous operation.Completable A view of something that can be completed with a success or failure.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.config.yaml 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.config.zookeeper 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 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 aHandler
execution.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 useVerticleBase
A 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 configureVertx
instances.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. -
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 useVerticleBase
A 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 configureVertx
instances. -
Classes in io.vertx.core used by io.vertx.core.spi.cluster Class Description Promise Represents the writable side 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.context.storage Class Description Context The execution context of aHandler
execution. -
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 aHandler
execution. -
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. -
Classes in io.vertx.core used by io.vertx.db2client 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.VertxException -
Classes in io.vertx.core used by io.vertx.db2client.spi 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.ext.auth.audit Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.ext.auth.authentication 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.ext.auth.authorization Class Description Future Represents the result of an action that may, or may not, have occurred yet.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.ext.auth.htdigest Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.auth.htpasswd Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.auth.jwt Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.auth.ldap Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.auth.mongo 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.ext.auth.oauth2 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.ext.auth.oauth2.providers 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.ext.auth.otp.hotp 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.ext.auth.otp.totp 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.ext.auth.prng Class Description Context The execution context of aHandler
execution.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.auth.properties Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.auth.sqlclient 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.ext.auth.webauthn4j 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.ext.bridge Class Description Completable A view of something that can be completed with a success or failure.Promise Represents the writable side of an action that may, or may not, have occurred yet. -
Classes in io.vertx.core used by io.vertx.ext.cluster.infinispan Class Description Handler A generic event handler.Promise Represents the writable side 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.ext.consul 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.ext.dropwizard Class Description Vertx The entry point into the Vert.x Core API.VertxOptions Instances of this class are used to configureVertx
instances. -
Classes in io.vertx.core used by io.vertx.ext.eventbus.bridge.tcp Class Description Completable A view of something that can be completed with a success or failure.Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Promise Represents the writable side 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.ext.healthchecks Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Promise Represents the writable side 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.ext.mail Class Description Future Represents the result of an action that may, or may not, have occurred yet.MultiMap This class represents a MultiMap of String keys to a List of String values.Vertx The entry point into the Vert.x Core API.VertxException -
Classes in io.vertx.core used by io.vertx.ext.mail.mailencoder Class Description Context The execution context of aHandler
execution.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.ext.mongo 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.ext.reactivestreams 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.ext.shell Class Description AbstractVerticle WARNING : this class is not deprecated, however we encourage instead to useVerticleBase
An abstract base class that you can extend to write your own Verticle classes.Deployable Base interface for reactive services written in Java deployed in a Vert.x instanceFuture Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Promise 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 useVerticleBase
A verticle is a piece of code that can be deployed by Vert.x.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.shell.cli Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.shell.command 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.ext.shell.command.base Class Description DeploymentOptions Options for configuring a verticle deployment.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.shell.spi Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.shell.system Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.ext.shell.term 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.ext.stomp 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.ext.unit Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler.Promise Represents the writable side 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.ext.unit.collect Class Description Handler A generic event handler.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.unit.junit 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.VertxOptions Instances of this class are used to configureVertx
instances. -
Classes in io.vertx.core used by io.vertx.ext.unit.report Class Description Handler A generic event handler.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web Class Description AsyncResult Encapsulates the result of an asynchronous operation.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.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.api.service Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.client 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.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.client.spi Class Description AsyncResult Encapsulates the result of an asynchronous operation.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.ext.web.codec Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.ext.web.codec.spi 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.ext.web.common.template 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.ext.web.handler 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.ext.web.handler.graphql Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.handler.graphql.ws Class Description Completable A view of something that can be completed with a success or failure.Handler A generic event handler.Promise Represents the writable side of an action that may, or may not, have occurred yet. -
Classes in io.vertx.core used by io.vertx.ext.web.handler.sockjs Class Description Completable A view of something that can be completed with a success or 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.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.healthchecks Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Promise Represents the writable side 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.ext.web.openapi.router 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.ext.web.proxy.handler Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.ext.web.sstore 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.ext.web.sstore.cookie Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.sstore.infinispan Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.sstore.redis Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.templ.freemarker Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.templ.handlebars Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.templ.mvel Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.templ.pebble Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.templ.pug Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.templ.thymeleaf Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.ext.web.validation Class Description Handler A generic event handler.VertxException -
Classes in io.vertx.core used by io.vertx.grpc Class Description Completable A view of something that can be completed with a success or failure.Handler A generic event handler.Promise Represents the writable side 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.grpc.client 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.Timer A timer task that can be used as a future.Vertx The entry point into the Vert.x Core API.VertxException -
Classes in io.vertx.core used by io.vertx.grpc.common Class Description Context The execution context of aHandler
execution.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.grpc.server 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.Timer A timer task that can be used as a future.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.grpc.stub 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.grpcio.client 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.grpcio.server Class Description Handler A generic event handler.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.httpproxy 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. -
Classes in io.vertx.core used by io.vertx.httpproxy.interceptors Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.jdbcclient 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.json.schema Class Description VertxException -
Classes in io.vertx.core used by io.vertx.json.schema.common Class Description VertxException -
Classes in io.vertx.core used by io.vertx.junit5 Class Description AsyncResult Encapsulates the result of an asynchronous operation.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.VertxOptions Instances of this class are used to configureVertx
instances. -
Classes in io.vertx.core used by io.vertx.kafka.admin 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.kafka.client.common.tracing Class Description Context The execution context of aHandler
execution. -
Classes in io.vertx.core used by io.vertx.kafka.client.consumer 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.kafka.client.producer 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.lang.groovy Class Description AbstractVerticle WARNING : this class is not deprecated, however we encourage instead to useVerticleBase
An abstract base class that you can extend to write your own Verticle classes.AsyncResult Encapsulates the result of an asynchronous operation.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 useVerticleBase
A verticle is a piece of code that can be deployed by Vert.x.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.launcher.application Class Description DeploymentOptions Options for configuring a verticle deployment.Verticle WARNING : this class is not deprecated, however we encourage instead to useVerticleBase
A 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:VertxOptions Instances of this class are used to configureVertx
instances. -
Classes in io.vertx.core used by io.vertx.micrometer Class Description Handler A generic event handler.VertxOptions Instances of this class are used to configureVertx
instances. -
Classes in io.vertx.core used by io.vertx.mqtt 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.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.mssqlclient 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.VertxException -
Classes in io.vertx.core used by io.vertx.mssqlclient.spi 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.mysqlclient 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.VertxException -
Classes in io.vertx.core used by io.vertx.mysqlclient.spi 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.openapi.contract 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.openapi.validation 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.oracleclient 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.VertxException -
Classes in io.vertx.core used by io.vertx.oracleclient.spi 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.pgclient 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.VertxException -
Classes in io.vertx.core used by io.vertx.pgclient.pubsub 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.pgclient.spi 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.rabbitmq Class Description Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Promise Represents the writable side 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.reactivex Class Description AsyncResult Encapsulates the result of an asynchronous operation.Context The execution context of aHandler
execution.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.WorkerExecutor An executor for executing blocking code in Vert.x . -
Classes in io.vertx.core used by io.vertx.reactivex.amqp 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.reactivex.cassandra 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.reactivex.circuitbreaker 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.reactivex.config 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.reactivex.core Class Description AbstractVerticle WARNING : this class is not deprecated, however we encourage instead to useVerticleBase
An abstract base class that you can extend to write your own Verticle classes.AsyncResult Encapsulates the result of an asynchronous operation.Context The execution context of aHandler
execution.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.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 useVerticleBase
A 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:VertxOptions Instances of this class are used to configureVertx
instances.WorkerExecutor An executor for executing blocking code in Vert.x . -
Classes in io.vertx.core used by io.vertx.reactivex.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.reactivex.core.dns 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.reactivex.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. -
Classes in io.vertx.core used by io.vertx.reactivex.core.file 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.reactivex.core.http 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. -
Classes in io.vertx.core used by io.vertx.reactivex.core.net 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.reactivex.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.reactivex.core.parsetools 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.reactivex.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.reactivex.core.streams 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.reactivex.db2client 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.reactivex.ext.auth.audit Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.auth.authentication 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.reactivex.ext.auth.authorization Class Description Future Represents the result of an action that may, or may not, have occurred yet.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.auth.jwt.authorization 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.reactivex.ext.auth.oauth2 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.reactivex.ext.auth.oauth2.authorization 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.reactivex.ext.auth.oauth2.providers 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.reactivex.ext.auth.otp.hotp 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.reactivex.ext.auth.otp.totp 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.reactivex.ext.auth.properties 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.reactivex.ext.auth.sqlclient 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.reactivex.ext.auth.webauthn4j 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.reactivex.ext.bridge Class Description AsyncResult Encapsulates the result of an asynchronous operation.Future Represents the result of an action that may, or may not, have occurred yet. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.consul 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.reactivex.ext.eventbus.bridge.tcp Class Description AsyncResult Encapsulates the result of an asynchronous operation.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.reactivex.ext.healthchecks 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.reactivex.ext.mail Class Description Future Represents the result of an action that may, or may not, have occurred yet.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.mongo 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.reactivex.ext.stomp 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.reactivex.ext.unit Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.unit.collect Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.unit.report 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.reactivex.ext.web Class Description AsyncResult Encapsulates the result of an asynchronous operation.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. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.web.client Class Description Future Represents the result of an action that may, or may not, have occurred yet.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.web.common.template 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.reactivex.ext.web.handler 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.reactivex.ext.web.handler.graphql Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.web.handler.graphql.ws Class Description AsyncResult Encapsulates the result of an asynchronous operation.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.reactivex.ext.web.handler.sockjs Class Description AsyncResult Encapsulates the result of an asynchronous operation.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. -
Classes in io.vertx.core used by io.vertx.reactivex.ext.web.healthchecks 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.reactivex.ext.web.openapi.router 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.reactivex.ext.web.sstore 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.reactivex.ext.web.validation Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.reactivex.grpc.client 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. -
Classes in io.vertx.core used by io.vertx.reactivex.grpc.common 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. -
Classes in io.vertx.core used by io.vertx.reactivex.grpc.server 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. -
Classes in io.vertx.core used by io.vertx.reactivex.jdbcclient 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.reactivex.kafka.admin 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.reactivex.kafka.client.consumer 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.reactivex.kafka.client.producer 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.reactivex.micrometer Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.reactivex.mqtt 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. -
Classes in io.vertx.core used by io.vertx.reactivex.mssqlclient 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.reactivex.mysqlclient 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.reactivex.openapi.contract 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.reactivex.openapi.validation 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.reactivex.oracleclient 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.reactivex.pgclient 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.reactivex.pgclient.pubsub 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.reactivex.rabbitmq 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.reactivex.redis.client 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.reactivex.servicediscovery 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.reactivex.servicediscovery.spi 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.reactivex.servicediscovery.types 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.reactivex.sqlclient 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.reactivex.sqlclient.templates 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.redis.client 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.rxjava3 Class Description AsyncResult Encapsulates the result of an asynchronous operation.Context The execution context of aHandler
execution.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.WorkerExecutor An executor for executing blocking code in Vert.x . -
Classes in io.vertx.core used by io.vertx.rxjava3.amqp Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.cassandra Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.circuitbreaker Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.config Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.core Class Description AbstractVerticle WARNING : this class is not deprecated, however we encourage instead to useVerticleBase
An abstract base class that you can extend to write your own Verticle classes.AsyncResult Encapsulates the result of an asynchronous operation.Context The execution context of aHandler
execution.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.Handler A generic event handler.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 useVerticleBase
A 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:VertxOptions Instances of this class are used to configureVertx
instances.WorkerExecutor An executor for executing blocking code in Vert.x . -
Classes in io.vertx.core used by io.vertx.rxjava3.core.datagram Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.core.eventbus Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.core.file Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.core.http Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.core.net Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.core.parsetools Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.core.streams Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.db2client Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.auth.audit Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.auth.authorization 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.rxjava3.ext.auth.oauth2 Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.bridge Class Description AsyncResult Encapsulates the result of an asynchronous operation. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.consul Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.eventbus.bridge.tcp Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.healthchecks Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.mail 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.rxjava3.ext.stomp Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.unit Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.unit.collect Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.unit.report Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.client 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.rxjava3.ext.web.handler Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.handler.graphql Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.handler.graphql.ws Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.handler.sockjs Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.healthchecks Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.openapi.router Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.proxy.handler Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.ext.web.validation Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.grpc.client Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.grpc.common Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.grpc.server Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.httpproxy Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.httpproxy.interceptors Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.kafka.client.consumer Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.kafka.client.producer Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.micrometer Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.mqtt Class Description Handler A generic event handler.MultiMap This class represents a MultiMap of String keys to a List of String values. -
Classes in io.vertx.core used by io.vertx.rxjava3.mssqlclient Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.mysqlclient Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.oracleclient Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.pgclient Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.pgclient.pubsub Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.rabbitmq Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.redis.client Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.servicediscovery.spi Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.rxjava3.sqlclient Class Description Handler A generic event handler. -
Classes in io.vertx.core used by io.vertx.servicediscovery 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.servicediscovery.backend.redis Class Description AsyncResult Encapsulates the result of an asynchronous operation.Handler A generic event handler.Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.servicediscovery.consul Class Description Handler A generic event handler.Promise Represents the writable side 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.servicediscovery.docker Class Description Handler A generic event handler.Promise Represents the writable side 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.servicediscovery.kubernetes Class Description Handler A generic event handler.Promise Represents the writable side 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.servicediscovery.spi Class Description AsyncResult Encapsulates the result of an asynchronous operation.Future Represents the result of an action that may, or may not, have occurred yet.Handler A generic event handler.Promise Represents the writable side 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.servicediscovery.types 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.servicediscovery.zookeeper Class Description Handler A generic event handler.Promise Represents the writable side 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.serviceproxy Class Description AsyncResult Encapsulates the result of an asynchronous operation.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.VertxException -
Classes in io.vertx.core used by io.vertx.serviceresolver 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.spi.cluster.hazelcast Class Description Handler A generic event handler.Promise Represents the writable side 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.spi.cluster.ignite Class Description Promise Represents the writable side 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.spi.cluster.ignite.util Class Description Vertx The entry point into the Vert.x Core API. -
Classes in io.vertx.core used by io.vertx.spi.cluster.zookeeper Class Description Promise Represents the writable side 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.sqlclient 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.VertxException -
Classes in io.vertx.core used by io.vertx.sqlclient.spi Class Description Closeable A closeable resource.Context The execution context of aHandler
execution.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.sqlclient.templates 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.tracing.opentelemetry Class Description Context The execution context of aHandler
execution. -
Classes in io.vertx.core used by io.vertx.tracing.opentracing Class Description Context The execution context of aHandler
execution. -
Classes in io.vertx.core used by io.vertx.tracing.zipkin Class Description Context The execution context of aHandler
execution.