Uses of Interface
io.vertx.core.spi.VerticleFactory
-
Packages that use VerticleFactory Package Description io.vertx.core io.vertx.lang.groovy io.vertx.reactivex.core io.vertx.rxjava3.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 void
Vertx. registerVerticleFactory(VerticleFactory factory)
Register aVerticleFactory
that can be used for deploying Verticles based on an identifier.void
Vertx. unregisterVerticleFactory(VerticleFactory factory)
Unregister aVerticleFactory
-
Uses of VerticleFactory in io.vertx.lang.groovy
Classes in io.vertx.lang.groovy that implement VerticleFactory Modifier and Type Class Description class
GroovyVerticleFactory
Placeholder -
Uses of VerticleFactory in io.vertx.reactivex.core
Methods in io.vertx.reactivex.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.reactivex.core with parameters of type VerticleFactory Modifier and Type Method Description void
Vertx. registerVerticleFactory(VerticleFactory factory)
Register aVerticleFactory
that can be used for deploying Verticles based on an identifier.void
Vertx. 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 VerticleFactory Modifier and Type Method Description Set<VerticleFactory>
Vertx. verticleFactories()
Return the Set of currently registered verticle factories.Methods in io.vertx.rxjava3.core with parameters of type VerticleFactory Modifier and Type Method Description void
Vertx. registerVerticleFactory(VerticleFactory factory)
Register aVerticleFactory
that can be used for deploying Verticles based on an identifier.void
Vertx. unregisterVerticleFactory(VerticleFactory factory)
Unregister aVerticleFactory
-