Class EmptyActionResult

java.lang.Object
com.aquima.interactions.portal.EmptyActionResult
All Implemented Interfaces:
IActionResult, Serializable

public final class EmptyActionResult extends Object implements IActionResult
An action result that can be returned from action handlers which don't have a specific result.
See Also:
  • Field Details

    • INSTANCE

      public static final IActionResult INSTANCE
      The only instance of this class.