Class MqttConnectionFailedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.mqtt.event.MqttIntegrationEvent
org.springframework.integration.mqtt.event.MqttConnectionFailedEvent
- All Implemented Interfaces:
Serializable
The
MqttIntegrationEvent
to notify about lost connection to the server.
When normal disconnection is happened (initiated by the server), the cause
is null.- Since:
- 4.2.2
- Author:
- Gary Russell, Artem Bilan
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMqttConnectionFailedEvent
(Object source) MqttConnectionFailedEvent
(Object source, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType, toString
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
MqttConnectionFailedEvent
-
MqttConnectionFailedEvent
-