java.lang.Object
tr.com.havelsan.javarch.log.producer.starter.mq.configuration.properties.HvlLogProducerMQProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.logger.producer.mq") public class HvlLogProducerMQProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Logger Producer used for logging.
  • Constructor Details

    • HvlLogProducerMQProperties

      public HvlLogProducerMQProperties()
  • Method Details

    • afterPropertiesSet

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

      public String getTopicName()
      Gets topic name.
      Returns:
      the topic name
    • setTopicName

      public void setTopicName(String topicName)
      Sets topic name.
      Parameters:
      topicName - the topic name