Class PdfferMailerControllerProps

java.lang.Object
org.nekosoft.pdffer.props.PdfferMailerControllerProps

@ConfigurationProperties(prefix="pdffer.mailer.controller") @ConstructorBinding public class PdfferMailerControllerProps extends Object
A Property POJO that reflects the configuration of the mailer controller.
  • Constructor Details

    • PdfferMailerControllerProps

      public PdfferMailerControllerProps(String baseUri, String mailUri)
      Instantiates a new PDFfer mailer controller props.
      Parameters:
      baseUri - the base URL of the controller
      mailUri - the mail URL of the controller
  • Method Details

    • getBaseUri

      public String getBaseUri()
      Gets the base URL of the controller.
      Returns:
      the base URL
    • getMailUri

      public String getMailUri()
      Gets the URL for the mail endpoint of the controller.
      Returns:
      the mail URL