Uses of Class
io.fabric8.kubernetes.client.informers.impl.cache.ProcessorListener
-
Packages that use ProcessorListener Package Description io.fabric8.kubernetes.client.informers.impl.cache -
-
Uses of ProcessorListener in io.fabric8.kubernetes.client.informers.impl.cache
Methods in io.fabric8.kubernetes.client.informers.impl.cache that return ProcessorListener Modifier and Type Method Description ProcessorListener<T>SharedProcessor. addProcessorListener(ResourceEventHandler<? super T> handler, long resyncPeriodMillis, Supplier<Collection<T>> initialItems)Adds a new listener.Methods in io.fabric8.kubernetes.client.informers.impl.cache that return types with arguments of type ProcessorListener Modifier and Type Method Description Optional<ProcessorListener<T>>SharedProcessor. removeProcessorListener(ResourceEventHandler<? super T> handler)Methods in io.fabric8.kubernetes.client.informers.impl.cache with parameters of type ProcessorListener Modifier and Type Method Description voidSharedProcessor. addListener(ProcessorListener<T> processorListener)Adds the specific processorListenerMethod parameters in io.fabric8.kubernetes.client.informers.impl.cache with type arguments of type ProcessorListener Modifier and Type Method Description voidSharedProcessor. distribute(Consumer<ProcessorListener<T>> operation, boolean isSync)Distribute the operation to the respective listeners
-