Uses of Interface
io.vertx.core.Vertx
-
Packages that use Vertx Package Description io.vertx.core io.vertx.core.net io.vertx.core.spi io.vertx.core.spi.cluster io.vertx.core.spi.dns io.vertx.core.spi.metrics -
-
Uses of Vertx in io.vertx.core
Fields in io.vertx.core declared as Vertx Modifier and Type Field Description protected VertxAbstractVerticle. vertxReference to the Vert.x instance that deployed this verticleprotected VertxVerticleBase. vertxReference to the Vert.x instance that deployed this verticleMethods in io.vertx.core that return Vertx Modifier and Type Method Description VertxVertxBuilder. build()Creates a non clustered instance.VertxVertx. exceptionHandler(Handler<Throwable> handler)Set a default exception handler forContext, set onContext.exceptionHandler(Handler)at creation.VertxAbstractVerticle. getVertx()Get the Vert.x instanceVertxVerticle. getVertx()Get a reference to the Vert.x instance that deployed this verticleVertxContext. owner()static VertxVertx. vertx()Creates a non clustered instance using default options.static VertxVertx. vertx(VertxOptions options)Creates a non clustered instance using the specified optionsMethods in io.vertx.core that return types with arguments of type Vertx Modifier and Type Method Description Future<Vertx>VertxBuilder. buildClustered()Creates a clustered instance.static Future<Vertx>Vertx. clusteredVertx(VertxOptions options)Creates a clustered instance using the specified options.Methods in io.vertx.core with parameters of type Vertx Modifier and Type Method Description voidAbstractVerticle. init(Vertx vertx, Context context)Initialise the verticle.voidVerticle. init(Vertx vertx, Context context)Initialise the verticle with the Vert.x instance and the context.voidVerticleBase. init(Vertx vertx, Context context)Initialise the verticle. -
Uses of Vertx in io.vertx.core.net
Methods in io.vertx.core.net with parameters of type Vertx Modifier and Type Method Description EndpointResolver<A,?,?,?>AddressResolver. endpointResolver(Vertx vertx)Return a resolver capable of resolving addresses to endpoints.io.vertx.core.net.impl.KeyStoreHelperKeyStoreOptionsBase. getHelper(Vertx vertx)io.vertx.core.net.impl.KeyStoreHelperPemKeyCertOptions. getHelper(Vertx vertx)io.vertx.core.net.impl.KeyStoreHelperPemTrustOptions. getHelper(Vertx vertx)KeyManagerFactoryKeyCertOptions. getKeyManagerFactory(Vertx vertx)Create and return the key manager factory for these options.KeyManagerFactoryKeyStoreOptionsBase. getKeyManagerFactory(Vertx vertx)KeyManagerFactoryPemKeyCertOptions. getKeyManagerFactory(Vertx vertx)TrustManagerFactoryKeyStoreOptionsBase. getTrustManagerFactory(Vertx vertx)TrustManagerFactoryPemTrustOptions. getTrustManagerFactory(Vertx vertx)TrustManagerFactoryTrustOptions. getTrustManagerFactory(Vertx vertx)Create and return the trust manager factory for these options.Function<String,KeyManagerFactory>KeyCertOptions. keyManagerFactoryMapper(Vertx vertx)Returns a function that maps SNI server names toKeyManagerFactoryinstance.Function<String,KeyManagerFactory>KeyStoreOptionsBase. keyManagerFactoryMapper(Vertx vertx)Function<String,KeyManagerFactory>PemKeyCertOptions. keyManagerFactoryMapper(Vertx vertx)KeyStoreKeyStoreOptionsBase. loadKeyStore(Vertx vertx)Load and return a Java keystore.KeyStorePemKeyCertOptions. loadKeyStore(Vertx vertx)Load and return a Java keystore.KeyStorePemTrustOptions. loadKeyStore(Vertx vertx)Load and return a Java keystore.Function<String,TrustManager[]>KeyStoreOptionsBase. trustManagerMapper(Vertx vertx)Function<String,TrustManager[]>PemTrustOptions. trustManagerMapper(Vertx vertx)Function<String,TrustManager[]>TrustOptions. trustManagerMapper(Vertx vertx)Returns a function that maps SNI server names to aTrustManagerFactoryinstance. -
Uses of Vertx in io.vertx.core.spi
Methods in io.vertx.core.spi with parameters of type Vertx Modifier and Type Method Description default voidVerticleFactory. init(Vertx vertx)Initialise the factory -
Uses of Vertx in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster with parameters of type Vertx Modifier and Type Method Description voidClusterManager. init(Vertx vertx)Invoked before this cluster node tries to join the cluster. -
Uses of Vertx in io.vertx.core.spi.dns
Methods in io.vertx.core.spi.dns with parameters of type Vertx Modifier and Type Method Description static AddressResolverProviderAddressResolverProvider. factory(Vertx vertx, AddressResolverOptions options) -
Uses of Vertx in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type Vertx Modifier and Type Method Description default voidVertxMetrics. vertxCreated(Vertx vertx)Callback to signal when the Vertx instance is fully initialized.
-