Class MqttSubscribedEvent
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.MqttSubscribedEvent
- All Implemented Interfaces:
- Serializable
public class MqttSubscribedEvent extends MqttIntegrationEvent
- Since:
- 4.2.2
- Author:
- Gary Russell
- See Also:
- Serialized Form
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description MqttSubscribedEvent(Object source, String message)
- 
Method SummaryModifier and Type Method Description StringgetMessage()StringtoString()Methods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsType
- 
Constructor Details
- 
Method Details- 
getMessage
- 
toString- Overrides:
- toStringin class- IntegrationEvent
 
 
-