Class ProcessorListener.UpdateNotification<T>
- java.lang.Object
-
- io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.Notification<T>
-
- io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.UpdateNotification<T>
-
- Enclosing class:
- ProcessorListener<T>
public static final class ProcessorListener.UpdateNotification<T> extends ProcessorListener.Notification<T>
-
-
Constructor Summary
Constructors Constructor Description UpdateNotification(T oldObject, T newObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.fabric8.kubernetes.client.informers.ResourceEventHandler<? super T> resourceEventHandler)-
Methods inherited from class io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.Notification
getNewObject, getOldObject
-
-