com.lithium.mineraloil.waiters.Waiter Maven / Gradle / Ivy
package com.lithium.mineraloil.waiters;
public interface Waiter {
boolean isSatisfied();
// this is a callback that the impl will call to determine what to do
// when checking the wait condition
boolean checkWaitCondition(long waitTimeElapsed, int timeout);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy