Uses of Class
io.kubernetes.client.informer.cache.ProcessorListener
Packages that use ProcessorListener
-
Uses of ProcessorListener in io.kubernetes.client.informer.cache
Methods in io.kubernetes.client.informer.cache with parameters of type ProcessorListenerModifier and TypeMethodDescriptionvoidSharedProcessor.addAndStartListener(ProcessorListener<ApiType> processorListener) addAndStartListener first adds the specific processorListener then starts the listener with executor.voidSharedProcessor.addListener(ProcessorListener<ApiType> processorListener) addListener adds the specific processorListener, but not start it.