Package de.dlr.proseo.notification
Class NotificationConfiguration
java.lang.Object
de.dlr.proseo.notification.NotificationConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo.notification")
public class NotificationConfiguration
extends Object
Configuration class for the prosEO NotificationService component
- Author:
- Ernst Melchinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContentType(String contentType) voidsetHttpTimeout(Long httpTimeout) voidsetMailAuth(Boolean mailAuth) voidsetMailHost(String mailHost) voidsetMailPassword(String mailPassword) voidsetMailPort(Long mailPort) voidsetMailSender(String mailSender) voidsetMailStarttls(Boolean mailStarttls) voidsetMailTimeout(Long mailTimeout) voidsetMailUser(String mailUser) voidsetSubject(String subject)
-
Constructor Details
-
NotificationConfiguration
public NotificationConfiguration()
-
-
Method Details
-
getSubject
- Returns:
- the subject
-
getContentType
- Returns:
- the contentType
-
setSubject
- Parameters:
subject- the subject to set
-
setContentType
- Parameters:
contentType- the contentType to set
-
getHttpTimeout
- Returns:
- the httpTimeout
-
setHttpTimeout
- Parameters:
httpTimeout- the httpTimeout to set
-
getMailSender
- Returns:
- the mailSender
-
getMailHost
- Returns:
- the mailHost
-
getMailPort
- Returns:
- the mailPort
-
getMailUser
- Returns:
- the mailUser
-
getMailPassword
- Returns:
- the mailPassword
-
getMailAuth
- Returns:
- the mailAuth
-
getMailStarttls
- Returns:
- the mailStarttls
-
getMailTimeout
- Returns:
- the mailTimeout
-
setMailSender
- Parameters:
mailSender- the mailSender to set
-
setMailHost
- Parameters:
mailHost- the mailHost to set
-
setMailPort
- Parameters:
mailPort- the mailPort to set
-
setMailUser
- Parameters:
mailUser- the mailUser to set
-
setMailPassword
- Parameters:
mailPassword- the mailPassword to set
-
setMailAuth
- Parameters:
mailAuth- the mailAuth to set
-
setMailStarttls
- Parameters:
mailStarttls- the mailStarttls to set
-
setMailTimeout
- Parameters:
mailTimeout- the mailTimeout to set
-