Package 

Class PushImageCallback

  • All Implemented Interfaces:
    com.github.dockerjava.api.async.ResultCallback , java.io.Closeable , java.lang.AutoCloseable

    
    public class PushImageCallback
    extends ResultCallback.Adapter<PushResponseItem>
                        
    • Method Summary

      Modifier and Type Method Description
      Unit onNext(PushResponseItem item)
      • Methods inherited from class com.github.dockerjava.api.async.ResultCallback.Adapter

        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
    • Constructor Detail

      • PushImageCallback

        PushImageCallback()