Interface MultiEmailWriter<T>

  • Type Parameters:
    T - the type of email to write

    public interface MultiEmailWriter<T>
    Interface for email writers that can write multiple emails at once.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • write

        String write​(List<T> emails)
        Writes the emails.
        Parameters:
        emails - the emails to write
        Returns:
        null if everything OK, otherwise error message