@Deprecated public class HostPortWaitStrategy extends GenericContainer.AbstractWaitStrategy
container, startupTimeout
waitStrategyTarget
Constructor and Description |
---|
HostPortWaitStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
waitUntilReady()
Deprecated.
Wait until
GenericContainer.AbstractWaitStrategy.container has started. |
WaitStrategy |
withStartupTimeout(java.time.Duration startupTimeout)
Deprecated.
Set the duration of waiting time until container treated as started.
|
getLivenessCheckPort, getLivenessCheckPorts, getRateLimiter, logger, waitUntilReady
waitUntilReady, withRateLimiter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
waitUntilReady
protected void waitUntilReady()
GenericContainer.AbstractWaitStrategy
GenericContainer.AbstractWaitStrategy.container
has started.waitUntilReady
in class GenericContainer.AbstractWaitStrategy
public WaitStrategy withStartupTimeout(java.time.Duration startupTimeout)
GenericContainer.AbstractWaitStrategy
withStartupTimeout
in interface WaitStrategy
withStartupTimeout
in class GenericContainer.AbstractWaitStrategy
startupTimeout
- timeoutWaitStrategy.waitUntilReady(GenericContainer)