@Documented @Qualifier @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Modified
Qualifier that can be used only on an observer method's
event
parameter that is also annotated with an annotation annotated
with KubernetesEventSelector, thus indicating that the
observer method is interested in being notified of the
modification of certain Kubernetes resources.KubernetesEventSelector| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
synchronization
Whether the observer method should be notified in the case of
synchronization events.
|
public abstract boolean synchronization
false otherwiseCopyright © 2018–2018, microBean. All rights reserved.