Class ProcessorListener.UpdateNotification<T>

    • Constructor Detail

      • UpdateNotification

        public UpdateNotification​(T oldObject,
                                  T newObject)
    • Method Detail

      • handle

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