Interface IFunctionalIntermediateResultCountListener

    • Method Detail

      • 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.