Uses of Interface
io.vertx.core.spi.VerticleFactory
-
Packages that use VerticleFactory Package Description io.vertx.core -
-
Uses of VerticleFactory in io.vertx.core
Methods in io.vertx.core that return types with arguments of type VerticleFactory Modifier and Type Method Description Set<VerticleFactory>Vertx. verticleFactories()Return the Set of currently registered verticle factories.Methods in io.vertx.core with parameters of type VerticleFactory Modifier and Type Method Description voidVertx. registerVerticleFactory(VerticleFactory factory)Register aVerticleFactorythat can be used for deploying Verticles based on an identifier.voidVertx. unregisterVerticleFactory(VerticleFactory factory)Unregister aVerticleFactory
-