Uses of Class
org.nekosoft.pdffer.props.PdfferMailerProps
-
Uses of PdfferMailerProps in org.nekosoft.pdffer.actuator
Modifier and TypeMethodDescriptionMailerInfoEndpoint.props()
A READ operation that returns the PDFfer mailer configuration in the form of a Properties POJO.ModifierConstructorDescriptionMailerInfoEndpoint(PdfferMailerProps mailerProps)
Allows Spring to create the endpoint instance and pass thePdfferMailerProps
instance into it. -
Uses of PdfferMailerProps in org.nekosoft.pdffer.mail
Modifier and TypeMethodDescriptionorg.springframework.mail.javamail.JavaMailSender
PdfferMailerConfiguration.mailSender(PdfferMailerProps javaMailprops)
TheJavaMailSender
bean that provides details on how to send email from PDFfer.ModifierConstructorDescriptionPdfferMailerBean(org.springframework.mail.javamail.JavaMailSender mailSender, PdfferMailerProps props)
Allows Spring to create the bean instance and pass theJavaMailSender
andPdfferMailerProps
instances into it.