Class MailerOptions

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Component
    public class MailerOptions
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getHost

        public String getHost()
      • getUserName

        public String getUserName()
      • getPassword

        public String getPassword()
      • getProtocol

        public String getProtocol()
      • getPort

        public int getPort()
      • getAuth

        public boolean getAuth()
      • getTls

        public boolean getTls()
      • getStorageName

        public String getStorageName()
      • getStoragePath

        public String getStoragePath()
      • getSchedulerExpression

        public String getSchedulerExpression()
      • getBatchSize

        public Integer getBatchSize()