Uses of Class
io.fabric8.kubernetes.client.informers.cache.ProcessorListener
-
Packages that use ProcessorListener Package Description io.fabric8.kubernetes.client.informers.cache -
-
Uses of ProcessorListener in io.fabric8.kubernetes.client.informers.cache
Methods in io.fabric8.kubernetes.client.informers.cache with parameters of type ProcessorListener Modifier and Type Method Description voidSharedProcessor. addAndStartListener(ProcessorListener<T> processorListener)First adds the specific processorListener then starts the listener with executor.voidSharedProcessor. addListener(ProcessorListener<T> processorListener)Adds the specific processorListener, but not start it.
-