public static interface FlinkKubeClient.WatchCallbackHandler<T>
Modifier and Type | Method and Description |
---|---|
void |
handleError(Throwable throwable) |
void |
onAdded(List<T> resources) |
void |
onDeleted(List<T> resources) |
void |
onError(List<T> resources) |
void |
onModified(List<T> resources) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.