public class ServiceVerticleFactory extends Object implements VerticleFactory
| Constructor and Description | 
|---|
| ServiceVerticleFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | createVerticle(String verticleName,
              ClassLoader classLoader,
              Promise<Callable<Verticle>> promise)Create a verticle instance. | 
| protected void | createVerticle(String verticleName,
              DeploymentOptions deploymentOptions,
              ClassLoader classLoader,
              Promise<Callable<Verticle>> promise) | 
| String | prefix() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, init, order, removePrefixpublic String prefix()
prefix in interface VerticleFactorypublic void createVerticle(String verticleName, ClassLoader classLoader, Promise<Callable<Verticle>> promise)
VerticleFactoryVertx.executeBlocking(io.vertx.core.Handler<io.vertx.core.Promise<T>>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>).createVerticle in interface VerticleFactoryverticleName - The verticle nameclassLoader - The class loaderpromise - the promise to complete with the resultprotected void createVerticle(String verticleName, DeploymentOptions deploymentOptions, ClassLoader classLoader, Promise<Callable<Verticle>> promise)
Copyright © 2022 Eclipse. All rights reserved.