| Package | Description |
|---|---|
| io.reactiverse.es4x | |
| io.reactiverse.es4x.impl |
| Modifier and Type | Method and Description |
|---|---|
protected Runtime |
ESVerticleFactory.createRuntime(ECMAEngine engine)
Create a runtime.
|
Runtime |
ECMAEngine.newContext(org.graalvm.polyglot.Source... scripts)
return a new context for this engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract io.vertx.core.Verticle |
ESVerticleFactory.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. |
| Modifier and Type | Method and Description |
|---|---|
protected io.vertx.core.Verticle |
MJSVerticleFactory.createVerticle(Runtime runtime,
String fsVerticleName) |
protected io.vertx.core.Verticle |
JSVerticleFactory.createVerticle(Runtime runtime,
String fsVerticleName) |
| Constructor and Description |
|---|
REPLVerticle(Runtime runtime) |
Copyright © 2019. All rights reserved.