Package dev.snowdrop.buildpack
Class ContainerLogReader
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>
dev.snowdrop.buildpack.ContainerLogReader
- All Implemented Interfaces:
com.github.dockerjava.api.async.ResultCallback<com.github.dockerjava.api.model.Frame>,Closeable,AutoCloseable
public class ContainerLogReader
extends com.github.dockerjava.api.async.ResultCallback.Adapter<com.github.dockerjava.api.model.Frame>
-
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 -
Method Summary
Methods inherited from class com.github.dockerjava.api.async.ResultCallbackTemplate
awaitCompletion, awaitCompletion, awaitStarted, awaitStarted, close, onComplete, onError, onStart, throwFirstError
-
Constructor Details
-
ContainerLogReader
-
-
Method Details
-
onNext
public void onNext(com.github.dockerjava.api.model.Frame object) - Specified by:
onNextin interfacecom.github.dockerjava.api.async.ResultCallback<com.github.dockerjava.api.model.Frame>- Overrides:
onNextin classcom.github.dockerjava.api.async.ResultCallback.Adapter<com.github.dockerjava.api.model.Frame>
-