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

ru.tinkoff.kora.resilient.circuitbreaker.CircuitBreakerMetrics Maven / Gradle / Ivy

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

import jakarta.annotation.Nonnull;

/**
 * Records circuit breaker metrics
 */
public interface CircuitBreakerMetrics {

    void recordState(@Nonnull String name, @Nonnull CircuitBreaker.State state);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy