public interface ScriptExecutor
Modifier and Type | Method and Description |
---|---|
Object |
execute(Map<String,Object> arguments)
Executes the script with the given arguments.
|
Object execute(Map<String,Object> arguments) throws Exception
arguments
- Map of arguments to pass to the script.Exception
- Whatever native exception the script engine produces. (When
called from the connector framework, this will subsequently
be wrapped in a ConnectorException)Copyright © 2022. All rights reserved.