Class AbstractRetryingWaitStrategy
java.lang.Object
org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
com.playtika.testcontainer.common.checks.AbstractRetryingWaitStrategy
- All Implemented Interfaces:
org.testcontainers.containers.wait.strategy.WaitStrategy
- Direct Known Subclasses:
AbstractCommandWaitStrategy
public abstract class AbstractRetryingWaitStrategy
extends org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
-
Field Summary
Fields inherited from class org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
startupTimeout, waitStrategyTarget -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
getLivenessCheckPorts, getRateLimiter, waitUntilReady, withRateLimiter, withStartupTimeout
-
Constructor Details
-
AbstractRetryingWaitStrategy
public AbstractRetryingWaitStrategy()
-
-
Method Details
-
getContainerType
-
waitUntilReady
protected void waitUntilReady()- Specified by:
waitUntilReadyin classorg.testcontainers.containers.wait.strategy.AbstractWaitStrategy
-
isReady
protected abstract boolean isReady()
-