public interface WaitContainerCmd extends AsyncDockerCmd<WaitContainerCmd,WaitResponse>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WaitContainerCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
<T extends ResultCallback<WaitResponse>> |
exec(T resultCallback) |
String |
getContainerId() |
WaitContainerCmd |
withContainerId(String containerId) |
@CheckForNull String getContainerId()
WaitContainerCmd withContainerId(@Nonnull String containerId)
<T extends ResultCallback<WaitResponse>> T exec(T resultCallback)
exec in interface AsyncDockerCmd<WaitContainerCmd,WaitResponse>NotFoundException - container not foundCopyright © 2017. All Rights Reserved.