| Package | Description |
|---|---|
| io.kubernetes.client.informer.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedProcessor.addAndStartListener(ProcessorListener<ApiType> processorListener)
addAndStartListener first adds the specific processorListener then starts the listener with
executor.
|
void |
SharedProcessor.addListener(ProcessorListener<ApiType> processorListener)
addListener adds the specific processorListener, but not start it.
|
Copyright © 2019. All rights reserved.