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

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

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

import jakarta.annotation.Nullable;

public interface SchedulingLogger {
    void logJobStart();

    void logJobFinish(long duration, @Nullable Throwable e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy