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 TypMethodeBeschreibungvoid
setContentType
(String contentType) void
setHttpTimeout
(Long httpTimeout) void
setMailAuth
(Boolean mailAuth) void
setMailHost
(String mailHost) void
setMailPassword
(String mailPassword) void
setMailPort
(Long mailPort) void
setMailSender
(String mailSender) void
setMailStarttls
(Boolean mailStarttls) void
setMailTimeout
(Long mailTimeout) void
setMailUser
(String mailUser) void
setSubject
(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
-