public final class VertxRuntime
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
install(java.util.Map<java.lang.String,java.lang.Object> bindings)
This is the main installer for the Vert.x Runtime extensions to the default Nashorn
script engine.
|
public static void install(java.util.Map<java.lang.String,java.lang.Object> bindings)
bindings - the global engine bindings. The global object **must** contain a
property named globalwhich is a JSObject. And a property named
vertx.
Copyright © 2018. All Rights Reserved.