| Class | Description |
|---|---|
| ChainExecutor |
The Chain Executor is used to execute a chain of functions.
|
| FreemarkerExecutor |
This executor processes an FTL template with the given parameters, and stores the generated result
in the special context variable '.out'.
|
| GroovyExecutor |
Executor for functions implemented in Groovy.
|
| JavaExecutor |
Executor for functions implemented in Java.
|
| ScriptExecutor |
Executor to run various scripting language, such as JavaScript (Nashorn), Python (Jython), Groovy, Kotlin, Lua, etc.
|
Copyright © 2021. All rights reserved.