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
See Also:
  • Constructor Details

    • MqttSubscribedEvent

      public MqttSubscribedEvent(Object source, String message)
  • Method Details

    • getMessage

      public String getMessage()
    • toString

      public String toString()
      Overrides:
      toString in class org.springframework.integration.events.IntegrationEvent