public interface ScriptExecutor
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 © 2019. All rights reserved.