Uses of Interface
io.vertx.core.spi.VerticleFactory
Packages that use VerticleFactory
Package
Description
-
Uses of VerticleFactory in io.vertx.core
Methods in io.vertx.core that return types with arguments of type VerticleFactoryModifier and TypeMethodDescriptionVertx.verticleFactories()Return the Set of currently registered verticle factories.Methods in io.vertx.core with parameters of type VerticleFactoryModifier and TypeMethodDescriptionvoidVertx.registerVerticleFactory(VerticleFactory factory) Register aVerticleFactorythat can be used for deploying Verticles based on an identifier.voidVertx.unregisterVerticleFactory(VerticleFactory factory) Unregister aVerticleFactory -
Uses of VerticleFactory in io.vertx.lang.groovy
Classes in io.vertx.lang.groovy that implement VerticleFactory -
Uses of VerticleFactory in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return types with arguments of type VerticleFactoryModifier and TypeMethodDescriptionVertx.verticleFactories()Return the Set of currently registered verticle factories.Methods in io.vertx.reactivex.core with parameters of type VerticleFactoryModifier and TypeMethodDescriptionvoidVertx.registerVerticleFactory(VerticleFactory factory) Register aVerticleFactorythat can be used for deploying Verticles based on an identifier.voidVertx.unregisterVerticleFactory(VerticleFactory factory) Unregister aVerticleFactory -
Uses of VerticleFactory in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return types with arguments of type VerticleFactoryModifier and TypeMethodDescriptionVertx.verticleFactories()Return the Set of currently registered verticle factories.Methods in io.vertx.rxjava3.core with parameters of type VerticleFactoryModifier and TypeMethodDescriptionvoidVertx.registerVerticleFactory(VerticleFactory factory) Register aVerticleFactorythat can be used for deploying Verticles based on an identifier.voidVertx.unregisterVerticleFactory(VerticleFactory factory) Unregister aVerticleFactory