Interface PyroOutputProducer

    • Method Detail

      • generates

        Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the classes of the generated objects
      • output

        Object output()
        Returns the generated object.
        Returns:
        the generated object
      • hasPendingOutput

        boolean hasPendingOutput()
        Checks whether there is pending output to be collected after executing the flow item.
        Returns:
        true if there is pending output