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

ru.tinkoff.kora.resilient.timeout.TimeouterManager Maven / Gradle / Ivy

There is a newer version: 0.13.7
Show newest version
package ru.tinkoff.kora.resilient.timeout;


import javax.annotation.Nonnull;

/**
 * Manages state of all {@link Timeouter} in system
 */
public interface TimeouterManager {

    @Nonnull
    Timeouter get(@Nonnull String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy