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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected abstract boolean
     
    protected void
     

    Methods inherited from class org.testcontainers.containers.wait.strategy.AbstractWaitStrategy

    getLivenessCheckPorts, getRateLimiter, waitUntilReady, withRateLimiter, withStartupTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractRetryingWaitStrategy

      public AbstractRetryingWaitStrategy()
  • Method Details

    • getContainerType

      protected String getContainerType()
    • waitUntilReady

      protected void waitUntilReady()
      Specified by:
      waitUntilReady in class org.testcontainers.containers.wait.strategy.AbstractWaitStrategy
    • isReady

      protected abstract boolean isReady()