Interface GenerateWrapper.YieldException

Enclosing class:
GenerateWrapper

public static interface GenerateWrapper.YieldException
An interface to be implemented by yield exceptions. When a yield exception is thrown from an InstrumentableNode wrapped by GenerateWrapper, onYield() is called automatically.
Since:
24.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the value provided by the yield.
  • Method Details

    • getYieldValue

      Object getYieldValue()
      Get the value provided by the yield.
      Since:
      24.0