public interface EventsCmd extends DockerCmd<ExecutorService>
Modifier and Type | Interface and Description |
---|---|
static interface |
EventsCmd.Exec |
Modifier and Type | Method and Description |
---|---|
EventCallback |
getEventCallback() |
String |
getSince() |
String |
getUntil() |
EventsCmd |
withEventCallback(EventCallback eventCallback) |
EventsCmd |
withSince(String since) |
EventsCmd |
withUntil(String until) |
String getSince()
String getUntil()
EventCallback getEventCallback()
EventsCmd withEventCallback(EventCallback eventCallback)
Copyright © 2015. All Rights Reserved.