Uses of Interface
com.avoka.tm.func.IFluentFunction
-
Packages that use IFluentFunction Package Description com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services. -
-
Uses of IFluentFunction in com.avoka.fc.core.service.fluent
Classes in com.avoka.fc.core.service.fluent that implement IFluentFunction Modifier and Type Class Description class
FluentFunctionService
Provides a Fluent Function service.Methods in com.avoka.fc.core.service.fluent that return types with arguments of type IFluentFunction Modifier and Type Method Description static List<IFluentFunction>
FluentFunctionsProvider. getFluentFunctions(String trigger, Submission submission)
Return the list of Fluent Functions for the given trigger and submission record.Methods in com.avoka.fc.core.service.fluent with parameters of type IFluentFunction Modifier and Type Method Description boolean
DeliveryFunctionProcessor. execute(IFluentFunction function)
Execute the specified submission delivery function.
-