java.lang.Object
tr.com.havelsan.javarch.notification.stomp.ws.starter.configuration.properties.HvlNotificationStompWsProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.notification.ws.stomp.configuration") public class HvlNotificationStompWsProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Notification Web Socket.
  • Constructor Details

    • HvlNotificationStompWsProperties

      public HvlNotificationStompWsProperties()
  • Method Details

    • afterPropertiesSet

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

      public List<String> getBrokers()
      Gets brokers.
      Returns:
      the brokers
    • setBrokers

      public void setBrokers(List<String> brokers)
      Sets brokers.
      Parameters:
      brokers - the brokers
    • getWsPath

      public String getWsPath()
      Gets ws path.
      Returns:
      the ws path
    • setWsPath

      public void setWsPath(String wsPath)
      Sets ws path.
      Parameters:
      wsPath - the ws path
    • getAllowedOrigins

      public String getAllowedOrigins()
      Gets allowed origins.
      Returns:
      the allowed origins
    • setAllowedOrigins

      public void setAllowedOrigins(String allowedOrigins)
      Sets allowed origins.
      Parameters:
      allowedOrigins - the allowed origins