Class ProcessorListener.Notification<T>
java.lang.Object
io.fabric8.kubernetes.client.informers.cache.ProcessorListener.Notification<T>
- Direct Known Subclasses:
ProcessorListener.AddNotification,ProcessorListener.DeleteNotification,ProcessorListener.UpdateNotification
- Enclosing class:
- ProcessorListener<T>
public abstract static class ProcessorListener.Notification<T> extends Object
-
Constructor Summary
Constructors Constructor Description Notification(T oldObject, T newObject) -
Method Summary
Modifier and Type Method Description TgetNewObject()TgetOldObject()abstract voidhandle(ResourceEventHandler<T> resourceEventHandler)