public interface ContainerTerminationCallback
ContainerStateObserver determines the termination of a container.| Modifier and Type | Method and Description |
|---|---|
void |
notifyTermination(String containerId,
int exitCode)
This method is called if the container with the given container Id
terminated.
|
void notifyTermination(String containerId, int exitCode)
containerId - the id of the container that terminatedexitCode - the exit code of the containerCopyright © 2017–2018. All rights reserved.