Interface FlinkKubeClient.WatchCallbackHandler<T>

Enclosing interface:
FlinkKubeClient

public static interface FlinkKubeClient.WatchCallbackHandler<T>
Callback handler for kubernetes resources.
  • Method Details

    • onAdded

      void onAdded(List<T> resources)
    • onModified

      void onModified(List<T> resources)
    • onDeleted

      void onDeleted(List<T> resources)
    • onError

      void onError(List<T> resources)
    • handleError

      void handleError(Throwable throwable)