Package 

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.

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