Package com.avoka.tm.func
Class FuncResult
- java.lang.Object
-
- com.avoka.tm.func.FuncResult
-
- Direct Known Subclasses:
DeliveryFuncResult
,FormFuncResult
public class FuncResult extends java.lang.Object
Provides a base Fluent function result class to return function invocation results.- Since:
- 17.10.0
-
-
Field Summary
Fields Modifier and Type Field Description boolean
continueProcessing
Specify whether to continue processing remaining functions.java.util.Map<java.lang.String,java.lang.Object>
data
Specify any result data.
-
Constructor Summary
Constructors Constructor Description FuncResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-