Uses of Interface
io.fabric8.maven.docker.access.log.LogGetHandle
-
Packages that use LogGetHandle Package Description io.fabric8.maven.docker.access io.fabric8.maven.docker.access.hc io.fabric8.maven.docker.access.log -
-
Uses of LogGetHandle in io.fabric8.maven.docker.access
Methods in io.fabric8.maven.docker.access that return LogGetHandle Modifier and Type Method Description LogGetHandleDockerAccess. getLogAsync(String containerId, LogCallback callback)Get logs asynchronously. -
Uses of LogGetHandle in io.fabric8.maven.docker.access.hc
Methods in io.fabric8.maven.docker.access.hc that return LogGetHandle Modifier and Type Method Description LogGetHandleDockerAccessWithHcClient. getLogAsync(String containerId, LogCallback callback) -
Uses of LogGetHandle in io.fabric8.maven.docker.access.log
Classes in io.fabric8.maven.docker.access.log that implement LogGetHandle Modifier and Type Class Description classLogRequestorExtractor for parsing the response of a log request
-