Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Exposed Function Enhancer is an Blueriq SDK API that can be implemented to provide extra functionality at various phases of exposed Function flow execution.

Custom enhancer can be provided by implementing the com.aquima.interactions.framework.function.IWebFunctionEnhancer and exposing the the implementation as a Spring managed bean.

...