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

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

There is a newer version: 1.1.9
Show newest version
package ru.tinkoff.kora.scheduling.common.telemetry;

import ru.tinkoff.kora.common.Context;

import jakarta.annotation.Nullable;

public interface SchedulingTracer {
    interface SchedulingSpan {
        void close(@Nullable Throwable exception);
    }

    SchedulingSpan createSpan(Context ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy