Clarify documentation.

This commit is contained in:
Michael Lipp 2024-11-23 12:54:57 +01:00
parent 5efef2a083
commit 22446c3618

View file

@ -246,7 +246,9 @@ public abstract class AbstractMonitor<O extends KubernetesObject,
}
/**
* Handle an observed change.
* Handle an observed change. The method is invoked by the observer
* thread(s). It is the responsibility of the implementing class to
* fire derived events on the appropriate event pipeline.
*
* @param client the client
* @param change the change