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

io.split.telemetry.storage.TelemetryEvaluationConsumer Maven / Gradle / Ivy

package io.split.telemetry.storage;

import io.split.telemetry.domain.MethodExceptions;
import io.split.telemetry.domain.MethodLatencies;

public interface TelemetryEvaluationConsumer {
    MethodExceptions popExceptions() throws Exception;
    MethodLatencies popLatencies() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy