Package de.dlr.proseo.notification
Klasse 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
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetContentType(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)
-
Konstruktordetails
-
NotificationConfiguration
public NotificationConfiguration()
-
-
Methodendetails
-
getSubject
- Gibt zurück:
- the subject
-
getContentType
- Gibt zurück:
- the contentType
-
setSubject
- Parameter:
subject- the subject to set
-
setContentType
- Parameter:
contentType- the contentType to set
-
getHttpTimeout
- Gibt zurück:
- the httpTimeout
-
setHttpTimeout
- Parameter:
httpTimeout- the httpTimeout to set
-
getMailSender
- Gibt zurück:
- the mailSender
-
getMailHost
- Gibt zurück:
- the mailHost
-
getMailPort
- Gibt zurück:
- the mailPort
-
getMailUser
- Gibt zurück:
- the mailUser
-
getMailPassword
- Gibt zurück:
- the mailPassword
-
getMailAuth
- Gibt zurück:
- the mailAuth
-
getMailStarttls
- Gibt zurück:
- the mailStarttls
-
getMailTimeout
- Gibt zurück:
- the mailTimeout
-
setMailSender
- Parameter:
mailSender- the mailSender to set
-
setMailHost
- Parameter:
mailHost- the mailHost to set
-
setMailPort
- Parameter:
mailPort- the mailPort to set
-
setMailUser
- Parameter:
mailUser- the mailUser to set
-
setMailPassword
- Parameter:
mailPassword- the mailPassword to set
-
setMailAuth
- Parameter:
mailAuth- the mailAuth to set
-
setMailStarttls
- Parameter:
mailStarttls- the mailStarttls to set
-
setMailTimeout
- Parameter:
mailTimeout- the mailTimeout to set
-