All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smallrye.reactive.messaging.mqtt.session.ReconnectDelayProvider Maven / Gradle / Ivy

There is a newer version: 4.24.0
Show newest version
package io.smallrye.reactive.messaging.mqtt.session;

import java.time.Duration;

public interface ReconnectDelayProvider {

    Duration nextDelay();

    void reset();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy