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

ru.tinkoff.kora.common.liveness.LivenessProbe Maven / Gradle / Ivy

There is a newer version: 1.1.16
Show newest version
package ru.tinkoff.kora.common.liveness;

public interface LivenessProbe {
    /**
     * Perform liveness probe
     *
     * @return null if probe succeeds or probe failure
     */
    LivenessProbeFailure probe() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy