Interface IIntermediateResultListener<E>

    • Method Detail

      • finished

        void finished()
        Declare that the future is finished. This method is only called for intermediate futures, i.e. when this method is called it is guaranteed that the intermediateResultAvailable method was called for all intermediate results before.
        Specified by:
        finished in interface IFunctionalIntermediateFinishedListener<E>
      • maxResultCountAvailable

        void maxResultCountAvailable​(int max)
        Declare that the future result count is available. This method is only called for intermediate futures, i.e. when this method is called it is guaranteed that the intermediateResultAvailable method will be called as often as the result count indicates except an exception occurs.
        Specified by:
        maxResultCountAvailable in interface IFunctionalIntermediateResultCountListener