@Deprecated public class WaitContainerResultCallback extends ResultCallbackTemplate<WaitContainerResultCallback,WaitResponse>
ResultCallback.Adapter<A_RES_T>| Constructor and Description |
|---|
WaitContainerResultCallback()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
awaitStatusCode()
Deprecated.
Awaits the status code from the container.
|
java.lang.Integer |
awaitStatusCode(long timeout,
java.util.concurrent.TimeUnit timeUnit)
Deprecated.
Awaits the status code from the container.
|
void |
onNext(WaitResponse waitResponse)
Deprecated.
|
awaitCompletion, awaitCompletion, awaitStarted, awaitStarted, close, onComplete, onError, onStart, throwFirstErrorpublic void onNext(WaitResponse waitResponse)
public java.lang.Integer awaitStatusCode()
DockerClientException - if the wait operation fails.public java.lang.Integer awaitStatusCode(long timeout,
java.util.concurrent.TimeUnit timeUnit)
DockerClientException - if the wait operation fails.Copyright © 2020. All Rights Reserved.