Package com.avoka.fc.core.service
Interface IGroovyService
- All Superinterfaces:
IServiceDefinitionAware
- All Known Implementing Classes:
FluentGroovyService
,FluentSubmissionPreprocessor
,GroovyServiceImpl
Provide an interface to invoke arbitrary Groovy services.
- Since:
- 3.5.0
-
Method Summary
Modifier and TypeMethodDescriptioninvokeService
(Map<String, Object> parameters) Invoke the configured groovyScript, passing the given parameters and returning the script result.Methods inherited from interface com.avoka.fc.core.service.IServiceDefinitionAware
getServiceDefinition, setServiceDefinition
-
Method Details
-
invokeService
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
-