java.lang.Object
com.github.dockerjava.api.async.ResultCallbackTemplate<com.github.dockerjava.api.async.ResultCallback.Adapter<A_RES_T>,A_RES_T>
com.github.dockerjava.api.async.ResultCallback.Adapter<com.github.dockerjava.api.model.Frame>
de.uni_mannheim.informatik.dws.melt.matching_base.external.docker.DockerLogCallback
All Implemented Interfaces:
com.github.dockerjava.api.async.ResultCallback<com.github.dockerjava.api.model.Frame>, Closeable, AutoCloseable

class DockerLogCallback extends com.github.dockerjava.api.async.ResultCallback.Adapter<com.github.dockerjava.api.model.Frame>
ResultCallback logging directly using the SLF4J logger.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.github.dockerjava.api.async.ResultCallback

    com.github.dockerjava.api.async.ResultCallback.Adapter<A_RES_T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNext(com.github.dockerjava.api.model.Frame item)
     

    Methods inherited from class com.github.dockerjava.api.async.ResultCallbackTemplate

    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
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • DockerLogCallback

      DockerLogCallback()
  • Method Details

    • onNext

      public void onNext(com.github.dockerjava.api.model.Frame item)
      Specified by:
      onNext in interface com.github.dockerjava.api.async.ResultCallback<com.github.dockerjava.api.model.Frame>
      Overrides:
      onNext in class com.github.dockerjava.api.async.ResultCallback.Adapter<com.github.dockerjava.api.model.Frame>