![JAR search and dependency download from the Maven repository](/logo.png)
com.sap.cloud.mt.tools.impl.WaitTimeSupplier Maven / Gradle / Ivy
/*******************************************************************************
* © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved.
******************************************************************************/
package com.sap.cloud.mt.tools.impl;
import java.time.Duration;
public interface WaitTimeSupplier {
default Duration getWaitTime() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy