Uses of Class
org.wso2.carbon.mediator.datamapper.engine.core.executors.ScriptExecutorType
-
Packages that use ScriptExecutorType Package Description org.wso2.carbon.mediator.datamapper.engine.core.executors -
-
Uses of ScriptExecutorType in org.wso2.carbon.mediator.datamapper.engine.core.executors
Methods in org.wso2.carbon.mediator.datamapper.engine.core.executors that return ScriptExecutorType Modifier and Type Method Description static ScriptExecutorType
ScriptExecutorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScriptExecutorType[]
ScriptExecutorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wso2.carbon.mediator.datamapper.engine.core.executors with parameters of type ScriptExecutorType Constructor Description ScriptExecutor(ScriptExecutorType scriptExecutorType)
Create a script executor of the provided script executor typeScriptExecutorPool(ScriptExecutorType executorType, int executorPoolSize)
-