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, wait
close, init, order, removePrefix
public String prefix()
prefix
in interface VerticleFactory
public void createVerticle(String verticleName, ClassLoader classLoader, Promise<Callable<Verticle>> promise)
VerticleFactory
Vertx.executeBlocking(io.vertx.core.Handler<io.vertx.core.Promise<T>>, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>)
.createVerticle
in interface VerticleFactory
verticleName
- 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 © 2021 Eclipse. All rights reserved.