Package | Description |
---|---|
org.wso2.carbon.mediator.datamapper.engine.core.executors |
Modifier and Type | Class and Description |
---|---|
class |
ScriptExecutor
This class implements script executor for data mapper using java script executor (Rhino or
Nashorn)
|
Modifier and Type | Method and Description |
---|---|
static Executor |
ScriptExecutorFactory.getScriptExecutor(String executorPoolSize)
This method will return the script executor according to the given
ScriptExecutorType |
Executor |
ScriptExecutorPool.take() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptExecutorPool.put(Executor executor) |
static void |
ScriptExecutorFactory.releaseScriptExecutor(Executor executor)
This method will release the script executor to the pool
|
Copyright © 2020 WSO2. All rights reserved.