public class GroovyVerticleFactory extends Object implements VerticleFactory
| Constructor and Description |
|---|
GroovyVerticleFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
createVerticle(String verticleName,
ClassLoader classLoader,
Promise<Callable<Verticle>> promise) |
void |
init(Vertx vertx) |
String |
prefix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorder, removePrefixpublic void init(Vertx vertx)
init in interface VerticleFactorypublic String prefix()
prefix in interface VerticleFactorypublic void createVerticle(String verticleName, ClassLoader classLoader, Promise<Callable<Verticle>> promise)
createVerticle in interface VerticleFactorypublic void close()
close in interface VerticleFactoryCopyright © 2025 Eclipse. All rights reserved.