Class MqttProperties

java.lang.Object
com.bytedesk.core.socket.mqtt.MqttProperties

@Component @ConfigurationProperties(prefix="bytedesk.socket") public class MqttProperties extends Object
  • Field Details

    • CONFIG_PREFIX

      public static final String CONFIG_PREFIX
      See Also:
    • enabled

      private Boolean enabled
    • host

      private String host
    • websocketPort

      private int websocketPort
    • leakDetectorLevel

      private String leakDetectorLevel
    • parentEventLoopGroupThreadCount

      private int parentEventLoopGroupThreadCount
    • childEventLoopGroupThreadCount

      private int childEventLoopGroupThreadCount
    • maxPayloadSize

      private int maxPayloadSize
  • Constructor Details

    • MqttProperties

      public MqttProperties()