Uses of Class
io.reactiverse.es4x.Runtime
-
Packages that use Runtime Package Description io.reactiverse.es4x io.reactiverse.es4x.impl -
-
Uses of Runtime in io.reactiverse.es4x
Methods in io.reactiverse.es4x that return Runtime Modifier and Type Method Description protected RuntimeESVerticleFactory. createRuntime(ECMAEngine engine)Create a runtime.RuntimeECMAEngine. newContext(org.graalvm.polyglot.io.FileSystem fileSystem, org.graalvm.polyglot.Source... scripts)return a new context for this engine.Methods in io.reactiverse.es4x with parameters of type Runtime Modifier and Type Method Description protected abstract io.vertx.core.VerticleESVerticleFactory. createVerticle(Runtime runtime, String fsVerticleName)Create a vertx verticle that wraps the script, it will use the runtime configured in theESVerticleFactory.createRuntime(ECMAEngine)method.protected voidESVerticleFactory. setupVerticleMessaging(Runtime runtime, io.vertx.core.Vertx vertx, String address)protected io.vertx.core.Future<Void>ESVerticleFactory. waitFor(Runtime runtime, io.vertx.core.impl.ContextInternal context, String callback) -
Uses of Runtime in io.reactiverse.es4x.impl
Methods in io.reactiverse.es4x.impl with parameters of type Runtime Modifier and Type Method Description protected io.vertx.core.VerticleJSVerticleFactory. createVerticle(Runtime runtime, String fsVerticleName)protected io.vertx.core.VerticleMJSVerticleFactory. createVerticle(Runtime runtime, String fsVerticleName)Constructors in io.reactiverse.es4x.impl with parameters of type Runtime Constructor Description REPLVerticle(Runtime runtime)
-