-
- All Implemented Interfaces:
-
com.github.dockerjava.api.async.ResultCallback,java.io.Closeable,java.lang.AutoCloseable
public class LogContainerCallback extends ResultCallback.Adapter<Frame>Implementation of an Adapter of a ResultCallback. Used to handle log output of a container.
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanstartSuccessfulprivate final Loggerlogger
-
Constructor Summary
Constructors Constructor Description LogContainerCallback(Logger logger, String finishedCheck)
-
Method Summary
Modifier and Type Method Description final BooleangetStartSuccessful()final UnitsetStartSuccessful(Boolean startSuccessful)final LoggergetLogger()UnitonNext(Frame frame)-
Methods inherited from class com.github.dockerjava.api.async.ResultCallback.Adapter
awaitCompletion, awaitCompletion, awaitStarted, awaitStarted, close, onComplete, onError, onStart, throwFirstError -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LogContainerCallback
LogContainerCallback(Logger logger, String finishedCheck)
-
-
Method Detail
-
getStartSuccessful
final Boolean getStartSuccessful()
-
setStartSuccessful
final Unit setStartSuccessful(Boolean startSuccessful)
-
getLogger
final Logger getLogger()
-
-
-
-