public interface IOpenShiftWatchListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
IOpenShiftWatchListener.ChangeType |
static class |
IOpenShiftWatchListener.OpenShiftWatchListenerAdapter
Convenience class for implementing watch callbacks
|
| Modifier and Type | Method and Description |
|---|---|
void |
connected(List<IResource> resources)
Called when an endpoint connects The initial set of resources returned when
determining the resourceVersion to watch
|
void |
disconnected()
Called when and endpoint disconnects
|
void |
error(Throwable err) |
void |
received(IResource resource,
IOpenShiftWatchListener.ChangeType change) |
void connected(List<IResource> resources)
resources - an Unmodifiable Listvoid disconnected()
void received(IResource resource, IOpenShiftWatchListener.ChangeType change)
resource - the resource that changedchange - the change typevoid error(Throwable err)
Copyright © 2020 Red Hat, Inc. All Rights Reserved.