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

ru.tinkoff.kora.resilient.retry.RetryManager Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.kora.resilient.retry;

import jakarta.annotation.Nonnull;

public interface RetryManager {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy