Uses of Class
io.smallrye.reactive.messaging.mqtt.session.ExponentialBackoffDelayOptions
-
Packages that use ExponentialBackoffDelayOptions Package Description io.smallrye.reactive.messaging.mqtt.session -
-
Uses of ExponentialBackoffDelayOptions in io.smallrye.reactive.messaging.mqtt.session
Methods in io.smallrye.reactive.messaging.mqtt.session that return ExponentialBackoffDelayOptions Modifier and Type Method Description ExponentialBackoffDelayOptions
ExponentialBackoffDelayOptions. setIncrement(Duration increment)
ExponentialBackoffDelayOptions
ExponentialBackoffDelayOptions. setMaximum(Duration maximum)
ExponentialBackoffDelayOptions
ExponentialBackoffDelayOptions. setMinimum(Duration minimum)
-