Uses of Interface
org.springframework.integration.mqtt.support.MqttMessageConverter
Packages that use MqttMessageConverter
Package
Description
Provides inbound Spring Integration MqttAdapter components.
Provides various support classes used across Spring Integration MqttAdapter Components.
-
Uses of MqttMessageConverter in org.springframework.integration.mqtt.inbound
Methods in org.springframework.integration.mqtt.inbound that return MqttMessageConverterModifier and TypeMethodDescriptionprotected MqttMessageConverter
AbstractMqttMessageDrivenChannelAdapter.getConverter()
Methods in org.springframework.integration.mqtt.inbound with parameters of type MqttMessageConverterModifier and TypeMethodDescriptionvoid
AbstractMqttMessageDrivenChannelAdapter.setConverter
(MqttMessageConverter converter) void
Mqttv5PahoMessageDrivenChannelAdapter.setConverter
(MqttMessageConverter converter) -
Uses of MqttMessageConverter in org.springframework.integration.mqtt.support
Classes in org.springframework.integration.mqtt.support that implement MqttMessageConverterModifier and TypeClassDescriptionclass
Default implementation for mapping to/from Messages.