ru.tinkoff.kora.resilient.fallback.FallbackMetrics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resilient-kora Show documentation
Show all versions of resilient-kora Show documentation
Kora resilient-kora module
The newest version!
package ru.tinkoff.kora.resilient.fallback;
import jakarta.annotation.Nonnull;
public interface FallbackMetrics {
void recordExecute(@Nonnull String name, @Nonnull Throwable throwable);
}