Class 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
    • Constructor Detail

      • AbstractRetryingWaitStrategy

        public AbstractRetryingWaitStrategy()
    • Method Detail

      • getContainerType

        protected String getContainerType()
      • waitUntilReady

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

        protected abstract boolean isReady()