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

ru.tinkoff.kora.scheduling.common.telemetry.SchedulingMetrics Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.kora.scheduling.common.telemetry;

import jakarta.annotation.Nullable;

public interface SchedulingMetrics {
    void record(long processingTimeNanos, @Nullable Throwable e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy