Package org.nekosoft.pdffer.props
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 Summary
ConstructorDescriptionPdfferMailerControllerProps(String baseUri, String mailUri)
Instantiates a new PDFfer mailer controller props. -
Method Summary
Modifier and TypeMethodDescriptionGets the base URL of the controller.Gets the URL for the mail endpoint of the controller.
-
Constructor Details
-
PdfferMailerControllerProps
Instantiates a new PDFfer mailer controller props.- Parameters:
baseUri
- the base URL of the controllermailUri
- the mail URL of the controller
-
-
Method Details
-
getBaseUri
Gets the base URL of the controller.- Returns:
- the base URL
-
getMailUri
Gets the URL for the mail endpoint of the controller.- Returns:
- the mail URL
-