Uses of Enum Class
org.springframework.integration.mqtt.core.ConsumerStopAction
Packages that use ConsumerStopAction
Package
Description
Provides core classes of the MqttAdapter module.
-
Uses of ConsumerStopAction in org.springframework.integration.mqtt.core
Methods in org.springframework.integration.mqtt.core that return ConsumerStopActionModifier and TypeMethodDescriptionDefaultMqttPahoClientFactory.getConsumerStopAction()Deprecated.MqttPahoClientFactory.getConsumerStopAction()Deprecated.since 5.5.17 in favor of standardMqttConnectOptions.setCleanSession(boolean).static ConsumerStopActionDeprecated.Returns the enum constant of this class with the specified name.static ConsumerStopAction[]ConsumerStopAction.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.integration.mqtt.core with parameters of type ConsumerStopActionModifier and TypeMethodDescriptionvoidDefaultMqttPahoClientFactory.setConsumerStopAction(ConsumerStopAction consumerStopAction) Deprecated.since 5.5.17 in favor of standardMqttConnectOptions.setCleanSession(boolean).
MqttConnectOptions.setCleanSession(boolean).