Package com.playtika.test.redis.wait
Class RedisClusterStatusCheck
- java.lang.Object
-
- org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
-
- com.playtika.test.common.checks.AbstractRetryingWaitStrategy
-
- com.playtika.test.redis.wait.RedisClusterStatusCheck
-
- All Implemented Interfaces:
org.testcontainers.containers.wait.strategy.WaitStrategy
public class RedisClusterStatusCheck extends AbstractRetryingWaitStrategy
-
-
Constructor Summary
Constructors Constructor Description RedisClusterStatusCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisReady()protected voidwaitUntilReady()-
Methods inherited from class com.playtika.test.common.checks.AbstractRetryingWaitStrategy
getContainerType
-
-
-
-
Method Detail
-
waitUntilReady
protected void waitUntilReady()
- Overrides:
waitUntilReadyin classAbstractRetryingWaitStrategy
-
isReady
protected boolean isReady()
- Specified by:
isReadyin classAbstractRetryingWaitStrategy
-
-