Interface BroadcastRepeatCondition<T>

    • Method Detail

      • shouldRepeat

        boolean shouldRepeat​(BroadcastResult<T> result)
        Returns true if the whole Broadcast operation should be repeated.
        Parameters:
        result - Current aggregation result.
        Returns:
        true if the whole Broadcast operation should be repeated.