Interface IGroovyService

    • Method Detail

      • invokeService

        Object invokeService​(Map<String,​Object> parameters)
        Invoke the configured groovyScript, passing the given parameters and returning the script result.
        Parameters:
        parameters - the script parameters
        Returns:
        the results of the Groovy script invocation