public final class JSVerticleFactory extends ESVerticleFactory
engine| Constructor and Description |
|---|
JSVerticleFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected io.vertx.core.Verticle |
createVerticle(Runtime runtime,
String fsVerticleName)
Create a vertx verticle that wraps the script, it will use the runtime configured in the
ESVerticleFactory.createRuntime(ECMAEngine) method. |
String |
prefix() |
createRuntime, createVerticle, init, mainScript, orderpublic String prefix()
protected io.vertx.core.Verticle createVerticle(Runtime runtime, String fsVerticleName)
ESVerticleFactoryESVerticleFactory.createRuntime(ECMAEngine) method.createVerticle in class ESVerticleFactoryruntime - the runtime created before.fsVerticleName - the name as provided during the application initialization.Copyright © 2019. All rights reserved.