public interface LogStreamFollower
Modifier and Type | Method and Description |
---|---|
void |
followLog(JobId jobId,
String containerId,
Iterator<com.spotify.docker.client.LogMessage> logStream)
Follows the specified log stream until it doesn't have any more log messages available.
|
void followLog(JobId jobId, String containerId, Iterator<com.spotify.docker.client.LogMessage> logStream) throws IOException
jobId
- the job id that the log stream belongs tocontainerId
- the container id that the log stream belongs tologStream
- the log stream to followIOException
- if an exception occurredCopyright © 2018. All rights reserved.