Package 

Class DBPrepareCallback

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

    
    public final class DBPrepareCallback
    extends ResultCallbackTemplate<DBPrepareCallback, Frame>
                        

    Callback for dbinit execution.

    • Method Summary

      Modifier and Type Method Description
      Unit onNext(FrameĀ frame) Main method of callback class.
      final DBPrepareResult getDBInfo() Returns a container with dbinit result.
      • Methods inherited from class com.intershop.gradle.icm.docker.tasks.utils.DBPrepareCallback

        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