Interface OutputWithChainingCheck<OUT>

    • Method Detail

      • collectAndCheckIfChained

        boolean collectAndCheckIfChained​(OUT record)
        Returns:
        true if the collected record has been emitted to a downstream subtask. Otherwise, false.
      • collectAndCheckIfChained

        <X> boolean collectAndCheckIfChained​(OutputTag<X> outputTag,
                                             StreamRecord<X> record)
        Returns:
        true if the collected record has been emitted to a downstream subtask. Otherwise, false.