public class LoggingPushHandler extends Object implements ProgressHandler
Modifier and Type | Field and Description |
---|---|
private String |
image |
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
LoggingPushHandler(String image) |
Modifier and Type | Method and Description |
---|---|
void |
progress(ProgressMessage message)
This method will be called for each progress message received from Docker.
|
private static final org.slf4j.Logger log
private final String image
public LoggingPushHandler(String image)
public void progress(ProgressMessage message) throws DockerException
ProgressHandler
progress
in interface ProgressHandler
message
- the message to processDockerException
- if a server error occurred (500)Copyright © 2016. All rights reserved.