Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • continueProcessing

        public boolean continueProcessing
        Specify whether to continue processing remaining functions.
      • data

        public final java.util.Map<java.lang.String,​java.lang.Object> data
        Specify any result data.
    • Constructor Detail

      • FuncResult

        public FuncResult()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of the object.