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

org.zalando.riptide.failsafe.DelayParser Maven / Gradle / Ivy

package org.zalando.riptide.failsafe;

import javax.annotation.Nullable;
import java.time.Duration;

interface DelayParser {

    @Nullable
    Duration parse(String value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy