Package com.avoka.fc.core.service
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
invokeService(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
-
-