Class LogContainerCallback

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getStartSuccessful()
      final Unit setStartSuccessful(Boolean startSuccessful)
      final Logger getLogger()
      Unit onNext(Frame frame)
      • Methods inherited from class com.github.dockerjava.api.async.ResultCallbackTemplate

        awaitCompletion, awaitCompletion, awaitStarted, awaitStarted, close, onComplete, onError, onStart
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait