Class DockerStatsConsumer.StatsCallback

java.lang.Object
com.github.dockerjava.api.async.ResultCallbackTemplate<DockerStatsConsumer.StatsCallback,com.github.dockerjava.api.model.Statistics>
org.apache.camel.component.docker.consumer.DockerStatsConsumer.StatsCallback
All Implemented Interfaces:
com.github.dockerjava.api.async.ResultCallback<com.github.dockerjava.api.model.Statistics>, Closeable, AutoCloseable
Enclosing class:
DockerStatsConsumer

protected class DockerStatsConsumer.StatsCallback extends com.github.dockerjava.api.async.ResultCallbackTemplate<DockerStatsConsumer.StatsCallback,com.github.dockerjava.api.model.Statistics>
  • 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>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNext(com.github.dockerjava.api.model.Statistics statistics)
     

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

    • StatsCallback

      protected StatsCallback()
  • Method Details

    • onNext

      public void onNext(com.github.dockerjava.api.model.Statistics statistics)