public interface IPodLogRetrievalAsync extends ICapability
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPodLogRetrievalAsync.IPodLogListener
A callback for log messages
|
static class |
IPodLogRetrievalAsync.Options
Options for retrieving logs using a fluent builder style
|
| Modifier and Type | Method and Description |
|---|---|
IStoppable |
start(IPodLogRetrievalAsync.IPodLogListener listener)
Start retrieving logs using the given listener and options
|
IStoppable |
start(IPodLogRetrievalAsync.IPodLogListener listener,
IPodLogRetrievalAsync.Options options)
Start retrieving logs using the given listener and options
|
getName, isSupportedIStoppable start(IPodLogRetrievalAsync.IPodLogListener listener)
IStoppable start(IPodLogRetrievalAsync.IPodLogListener listener, IPodLogRetrievalAsync.Options options)
options - options for retrieving logsCopyright © 2019 Red Hat, Inc. All Rights Reserved.