Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: why invoke the callback method of properies like this " r.run() ,and are there othe reseaons? #625

Closed
yuzhongzhu opened this issue Oct 27, 2021 · 1 comment

Comments

@yuzhongzhu
Copy link

DynamicProperty#notifyCallbacks
for (Runnable r : callbacks) {
try {
r.run();
} catch (Exception e) {
logger.error("Error in DynamicProperty callback", e);
}
}

@rgallardo-netflix
Copy link
Contributor

This seems to be more of a general Java question.

@rgallardo-netflix rgallardo-netflix closed this as not planned Won't fix, can't repro, duplicate, stale Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants