Class Hierarchy

  • java.lang.Object
    • org.springframework.beans.factory.xml.AbstractBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
    • org.springframework.integration.mqtt.core.AbstractMqttClientManager<T,C> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.integration.mqtt.core.ClientManager<T,C>)
      • org.springframework.integration.mqtt.core.Mqttv3ClientManager (implements org.eclipse.paho.client.mqttv3.MqttCallbackExtended)
      • org.springframework.integration.mqtt.core.Mqttv5ClientManager (implements org.eclipse.paho.mqttv5.client.MqttCallback)
    • org.springframework.integration.mqtt.core.DefaultMqttPahoClientFactory (implements org.springframework.integration.mqtt.core.MqttPahoClientFactory)
    • org.springframework.integration.mqtt.core.DefaultMqttPahoClientFactory.Will
    • org.springframework.integration.mqtt.support.DefaultPahoMessageConverter (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.integration.mqtt.support.MqttMessageConverter)
    • java.util.EventObject (implements java.io.Serializable)
    • org.springframework.integration.context.IntegrationObjectSupport (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.integration.context.ExpressionCapable, org.springframework.beans.factory.InitializingBean, org.springframework.integration.support.context.NamedComponent)
      • org.springframework.integration.endpoint.AbstractEndpoint (implements org.springframework.beans.factory.DisposableBean, org.springframework.integration.support.management.ManageableSmartLifecycle)
        • org.springframework.integration.endpoint.MessageProducerSupport (implements org.springframework.integration.support.management.IntegrationInboundManagement, org.springframework.integration.IntegrationPattern, org.springframework.integration.core.MessageProducer, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.integration.support.management.TrackableComponent)
      • org.springframework.integration.handler.MessageHandlerSupport (implements org.springframework.integration.support.management.IntegrationManagement, org.springframework.integration.IntegrationPattern, org.springframework.integration.context.Orderable, org.springframework.integration.support.management.TrackableComponent)
        • org.springframework.integration.handler.AbstractMessageHandler (implements reactor.core.CoreSubscriber<T>, org.springframework.messaging.MessageHandler)
          • org.springframework.integration.mqtt.outbound.AbstractMqttMessageHandler<T,C> (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.integration.support.management.ManageableLifecycle)
    • org.springframework.integration.mqtt.support.MqttHeaderAccessor
    • org.springframework.integration.mqtt.support.MqttHeaderMapper (implements org.springframework.integration.mapping.HeaderMapper<T>)
    • org.springframework.integration.mqtt.support.MqttHeaders
    • org.springframework.integration.mqtt.support.MqttUtils
    • org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
      • org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler

Interface Hierarchy

  • org.springframework.beans.factory.Aware
    • org.springframework.beans.factory.BeanNameAware
      • org.springframework.integration.mqtt.core.MqttComponent<T>
        • org.springframework.integration.mqtt.core.ClientManager<T,C> (also extends org.springframework.context.SmartLifecycle)
        • org.springframework.integration.mqtt.core.MqttPahoComponent
  • org.springframework.integration.mqtt.core.ClientManager.ConnectCallback
  • org.springframework.context.Lifecycle
    • org.springframework.context.SmartLifecycle (also extends org.springframework.context.Phased)
      • org.springframework.integration.mqtt.core.ClientManager<T,C> (also extends org.springframework.integration.mqtt.core.MqttComponent<T>)
  • org.springframework.messaging.converter.MessageConverter
  • org.springframework.integration.mqtt.core.MqttPahoClientFactory
  • org.springframework.context.Phased
    • org.springframework.context.SmartLifecycle (also extends org.springframework.context.Lifecycle)
      • org.springframework.integration.mqtt.core.ClientManager<T,C> (also extends org.springframework.integration.mqtt.core.MqttComponent<T>)

Enum Class Hierarchy