Uses of Interface
org.springframework.integration.mqtt.core.MqttPahoClientFactory
Packages that use MqttPahoClientFactory
Package
Description
Provides core classes of the MqttAdapter module.
Provides inbound Spring Integration MqttAdapter components.
Provides Spring Integration components for doing outbound operations.
-
Uses of MqttPahoClientFactory in org.springframework.integration.mqtt.core
Classes in org.springframework.integration.mqtt.core that implement MqttPahoClientFactoryModifier and TypeClassDescriptionclassCreates a defaultMqttClientand a set of options as configured. -
Uses of MqttPahoClientFactory in org.springframework.integration.mqtt.inbound
Constructors in org.springframework.integration.mqtt.inbound with parameters of type MqttPahoClientFactoryModifierConstructorDescriptionMqttPahoMessageDrivenChannelAdapter(String url, String clientId, MqttPahoClientFactory clientFactory, String... topic) Use this constructor for a single url (although it may be overridden if the server URI(s) are provided by theMqttConnectOptions.getServerURIs()provided by theMqttPahoClientFactory).MqttPahoMessageDrivenChannelAdapter(String clientId, MqttPahoClientFactory clientFactory, String... topic) Use this constructor if the server URI(s) are provided by theMqttConnectOptions.getServerURIs()provided by theMqttPahoClientFactory. -
Uses of MqttPahoClientFactory in org.springframework.integration.mqtt.outbound
Constructors in org.springframework.integration.mqtt.outbound with parameters of type MqttPahoClientFactoryModifierConstructorDescriptionMqttPahoMessageHandler(String url, String clientId, MqttPahoClientFactory clientFactory) Use this constructor for a single url (although it may be overridden if the server URI(s) are provided by theMqttConnectOptions.getServerURIs()provided by theMqttPahoClientFactory).MqttPahoMessageHandler(String clientId, MqttPahoClientFactory clientFactory) Use this constructor if the server URI(s) are provided by theMqttConnectOptions.getServerURIs()provided by theMqttPahoClientFactory.