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()Get the consumer stop action.MqttPahoClientFactory.getConsumerStopAction()Get the consumer stop action.static ConsumerStopActionReturns the enum constant of this class with the specified name.static ConsumerStopAction[]ConsumerStopAction.values()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) Set the consumer stop action.