Interface FlinkKubeClient.WatchCallbackHandler<T>
-
- Enclosing interface:
- FlinkKubeClient
public static interface FlinkKubeClient.WatchCallbackHandler<T>Callback handler for kubernetes resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleError(Throwable throwable)voidonAdded(List<T> resources)voidonDeleted(List<T> resources)voidonError(List<T> resources)voidonModified(List<T> resources)
-