| Package | Description |
|---|---|
| com.spotify.docker.client |
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerClient.EventsFilterParam
Filter parameter for
DockerClient.events(EventsParam...). |
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.EventsParam |
DockerClient.EventsParam.filter(String name,
String value)
Apply filters to the returned events
|
static DockerClient.EventsParam |
DockerClient.EventsParam.since(Long since)
Filter events since the given timestamp
|
static DockerClient.EventsParam |
DockerClient.EventsParam.until(Long until)
Filter events until the given timestamp
|
| Modifier and Type | Method and Description |
|---|---|
EventStream |
DockerClient.events(DockerClient.EventsParam... params)
Watches the docker API for events.
|
EventStream |
DefaultDockerClient.events(DockerClient.EventsParam... params) |
Copyright © 2016. All rights reserved.