Uses of Interface
io.vertx.core.spi.VerticleFactory
Packages that use VerticleFactory
-
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