类 Mqttv5Configuration

java.lang.Object
net.wenzuo.atom.mqtt.config.Mqttv5Configuration
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>

@ConditionalOnClass(org.eclipse.paho.mqttv5.client.MqttClient.class) @Configuration public class Mqttv5Configuration extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
从以下版本开始:
2024-06-26
作者:
Catch
  • 构造器详细资料

    • Mqttv5Configuration

      public Mqttv5Configuration()
  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(@NonNull org.springframework.boot.context.event.ApplicationStartedEvent event)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>