类 Mqttv3Configuration
java.lang.Object
net.wenzuo.atom.mqtt.config.Mqttv3Configuration
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
@ConditionalOnClass(org.eclipse.paho.client.mqttv3.MqttClient.class)
@Configuration
public class Mqttv3Configuration
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
- 从以下版本开始:
- 2024-06-26
- 作者:
- Catch
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidonApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.context.ApplicationListener
supportsAsyncExecution
-
构造器详细资料
-
Mqttv3Configuration
public Mqttv3Configuration()
-
-
方法详细资料
-
onApplicationEvent
public void onApplicationEvent(@NonNull org.springframework.boot.context.event.ApplicationStartedEvent event) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
-