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

ru.tinkoff.kora.resilient.fallback.FallbackMetrics Maven / Gradle / Ivy

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

import jakarta.annotation.Nonnull;

public interface FallbackMetrics {

    void recordExecute(@Nonnull String name, @Nonnull Throwable throwable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy