Interface EmailReader<T>

    • Method Detail

      • generates

        Class generates()
        Returns the type of email class the reader returns.
        Returns:
        the type of email
      • read

        T read()
        Reads the email.
        Returns:
        the email, null in case of an error