Class ProcessorListener.AddNotification<T>
java.lang.Object
io.fabric8.kubernetes.client.informers.cache.ProcessorListener.Notification<T>
io.fabric8.kubernetes.client.informers.cache.ProcessorListener.AddNotification<T>
- Enclosing class:
- ProcessorListener<T>
public static final class ProcessorListener.AddNotification<T> extends ProcessorListener.Notification<T>
-
Constructor Summary
Constructors Constructor Description AddNotification(T newObject) -
Method Summary
Modifier and Type Method Description voidhandle(ResourceEventHandler<T> resourceEventHandler)Methods inherited from class io.fabric8.kubernetes.client.informers.cache.ProcessorListener.Notification
getNewObject, getOldObject
-
Constructor Details
-
Method Details
-
handle
- Specified by:
handlein classProcessorListener.Notification<T>
-