Interface SubmissionRequests

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface SubmissionRequests
    Interface that provides a method to return number of pending submissions.
    Since:
    6.0.0
    • Method Detail

      • submissions

        int submissions()
        Method returns number of pending submissions.
        Returns:
        - number of submissions