Class HvlNotificationMQClientProperties

java.lang.Object
tr.com.havelsan.javarch.notification.mq.client.configuration.properties.HvlNotificationMQClientProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.notification.mq.client") public class HvlNotificationMQClientProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Notification Message Broker Client.
  • Constructor Details

    • HvlNotificationMQClientProperties

      public HvlNotificationMQClientProperties()
  • Method Details

    • afterPropertiesSet

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

      public HvlNotificationMQClientType getType()
    • setType

      public void setType(HvlNotificationMQClientType type)