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