Class DockerEventsConsumer.EventsCallback

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

protected class DockerEventsConsumer.EventsCallback extends com.github.dockerjava.api.async.ResultCallback.Adapter<com.github.dockerjava.api.model.Event>
  • 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>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNext(com.github.dockerjava.api.model.Event event)
     

    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

    • EventsCallback

      protected EventsCallback()
  • Method Details

    • onNext

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