Class ProcessorListener.DeleteNotification<T>

    • Constructor Detail

      • DeleteNotification

        public DeleteNotification​(T oldObject)
      • DeleteNotification

        public DeleteNotification​(T oldObject,
                                  boolean unknownFinalState)
    • Method Detail

      • handle

        public void handle​(io.fabric8.kubernetes.client.informers.ResourceEventHandler<? super T> resourceEventHandler)
        Specified by:
        handle in class ProcessorListener.Notification<T>