ru.tinkoff.kora.common.liveness.LivenessProbe Maven / Gradle / Ivy
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