Class JavaScriptDslHelper
java.lang.Object
org.apache.camel.quarkus.dsl.js.runtime.JavaScriptDslHelper
JavaScriptDslHelper is a utility class for the runtime implementation of the main functional interfaces.-
Method Summary
Modifier and TypeMethodDescription(package private) static org.graalvm.polyglot.Context.Builder
-
Method Details
-
createBuilder
static org.graalvm.polyglot.Context.Builder createBuilder()- Returns:
- a builder of context properly configured to evaluate a JavaScript expression.
-