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

pl.allegro.tech.hermes.consumers.supervisor.SupervisorParameters Maven / Gradle / Ivy

package pl.allegro.tech.hermes.consumers.supervisor;

import java.time.Duration;

public interface SupervisorParameters {

    Duration getInterval();

    Duration getUnhealthyAfter();

    Duration getKillAfter();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy