public class JavaVerticleFactory extends Object implements VerticleFactory
| Constructor and Description |
|---|
JavaVerticleFactory() |
| Modifier and Type | Method and Description |
|---|---|
Verticle |
createVerticle(String verticleName,
ClassLoader classLoader)
Create a verticle instance.
|
String |
prefix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblockingCreate, close, init, order, removePrefix, requiresResolve, resolvepublic String prefix()
prefix in interface VerticleFactorypublic Verticle createVerticle(String verticleName, ClassLoader classLoader) throws Exception
VerticleFactoryVerticleFactory.blockingCreate().createVerticle in interface VerticleFactoryverticleName - The verticle nameclassLoader - The class loaderExceptionCopyright © 2020. All rights reserved.