Interface IGroovyService

All Superinterfaces:
IServiceDefinitionAware
All Known Implementing Classes:
FluentGroovyService, FluentSubmissionPreprocessor, GroovyServiceImpl

public interface IGroovyService extends IServiceDefinitionAware
Provide an interface to invoke arbitrary Groovy services.
Since:
3.5.0
  • Method Details

    • 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