Interface MultiEmailReader<T>

  • Type Parameters:
    T - the type of email that is being returned
    All Superinterfaces:
    EmailReader<T>

    public interface MultiEmailReader<T>
    extends EmailReader<T>
    Interface for readers that can read multiple emails at once.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • readAll

        List<T> readAll()
        Reads the emails.
        Returns:
        the emails, null in case of an error