Uses of Class
io.fabric8.kubernetes.client.informers.cache.ProcessorListener.Notification
| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.informers.cache |
-
Uses of ProcessorListener.Notification in io.fabric8.kubernetes.client.informers.cache
Subclasses of ProcessorListener.Notification in io.fabric8.kubernetes.client.informers.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.cache with parameters of type ProcessorListener.Notification Modifier and Type Method Description voidProcessorListener. add(ProcessorListener.Notification<T> obj)voidSharedProcessor. distribute(ProcessorListener.Notification<T> obj, boolean isSync)Distribute the object amount listeners.