Uses of Class
io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener.Notification
-
Packages that use ProcessorListener.Notification Package Description io.fabric8.kubernetes.client.informers.impl.cache -
-
Uses of ProcessorListener.Notification in io.fabric8.kubernetes.client.informers.impl.cache
Subclasses of ProcessorListener.Notification in io.fabric8.kubernetes.client.informers.impl.cache Modifier and Type Class Description static classProcessorListener.AddNotification<T>static classProcessorListener.DeleteNotification<T>static classProcessorListener.UpdateNotification<T>Methods in io.fabric8.kubernetes.client.informers.impl.cache with parameters of type ProcessorListener.Notification Modifier and Type Method Description voidProcessorListener. add(ProcessorListener.Notification<T> notification)voidSharedProcessor. distribute(ProcessorListener.Notification<T> obj, boolean isSync)Distribute the object amount listeners.
-