| Modifier and Type | Class and Description |
|---|---|
class |
EventQueueCollection<T extends HasMetadata>
An
EventCache that temporarily stores Events in
EventQueues, one per named Kubernetes resource, and
provides a means for processing those
queues. |
| Constructor and Description |
|---|
Reflector(X operation,
EventCache<T> eventCache)
Creates a new
Reflector. |
Reflector(X operation,
EventCache<T> eventCache,
Duration synchronizationInterval)
Creates a new
Reflector. |
Reflector(X operation,
EventCache<T> eventCache,
ScheduledExecutorService synchronizationExecutorService,
Duration synchronizationInterval)
Creates a new
Reflector. |
Reflector(X operation,
EventCache<T> eventCache,
ScheduledExecutorService synchronizationExecutorService,
Duration synchronizationInterval,
Function<? super Throwable,Boolean> synchronizationErrorHandler)
Creates a new
Reflector. |
Copyright © 2017–2021, microBean™. All rights reserved.