java.lang.Object
tr.com.havelsan.javarch.notification.mailsender.provider.configuration.properties.HvlNotificationMailProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.notification.mail.configuration") public class HvlNotificationMailProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Mail Notification used to determine resource.
  • Constructor Details

    • HvlNotificationMailProperties

      public HvlNotificationMailProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getResourcePath

      public String getResourcePath()
      Gets resource path.
      Returns:
      the resource path
    • setResourcePath

      public void setResourcePath(String resourcePath)
      Sets resource path.
      Parameters:
      resourcePath - the resource path
    • getMailEventTopicName

      public String getMailEventTopicName()
      Gets mail event topic name.
      Returns:
      the mail event topic name
    • setMailEventTopicName

      public void setMailEventTopicName(String mailEventTopicName)
      Sets mail event topic name.
      Parameters:
      mailEventTopicName - the mail event topic name
    • getMailEventMaxMessageSize

      public Integer getMailEventMaxMessageSize()
      Gets mail event max message size.
      Returns:
      the mail event max message size
    • setMailEventMaxMessageSize

      public void setMailEventMaxMessageSize(Integer mailEventMaxMessageSize)
      Sets mail event max message size.
      Parameters:
      mailEventMaxMessageSize - the mail event max message size
    • getMailMaxAttachmentQuantity

      public Integer getMailMaxAttachmentQuantity()
      Gets mail max attachment quantity.
      Returns:
      the mail max attachment quantity
    • setMailMaxAttachmentQuantity

      public void setMailMaxAttachmentQuantity(Integer mailMaxAttachmentQuantity)
      Sets mail max attachment quantity.
      Parameters:
      mailMaxAttachmentQuantity - the mail max attachment quantity