Interface Emailer.EmailContentProvider

All Known Subinterfaces:
Emailer.DestroyableProvider
All Known Implementing Classes:
Emailer.EmailBodyProvider, Emailer.SimpleMultipartProvider, Emailer.SimpleTextProvider
Enclosing class:
Emailer

public static interface Emailer.EmailContentProvider
Wrapper interface for e-mail content which allows just-in-time determination of content, i.e. so content can be computed asynchronously in e-mail thread.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.mail.Multipart
    Return contents of message.
  • Method Details

    • getMultipart

      jakarta.mail.Multipart getMultipart() throws Exception
      Return contents of message.

      Supported API: true
      Throws:
      Exception