We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如上,Watcher对象在添加到Store之前会做一次internWatcher,而internWatcher操作实际是重复做了一次Watcher属性的Set操作。
而在网络请求进来,进行从ConfiguratorRegister对象转换为Watcher对象时已经经过了一次Watcher各个属性的set操作,set时已经执行了intern,所以在add到Store之前不需要再次进行intern。(Subscriber同理)
describe your question clearly
describe your use scenes (why need this feature)
java -version
uname -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your question
如上,Watcher对象在添加到Store之前会做一次internWatcher,而internWatcher操作实际是重复做了一次Watcher属性的Set操作。
而在网络请求进来,进行从ConfiguratorRegister对象转换为Watcher对象时已经经过了一次Watcher各个属性的set操作,set时已经执行了intern,所以在add到Store之前不需要再次进行intern。(Subscriber同理)
describe your question clearly
Your scenes
describe your use scenes (why need this feature)
Your advice
Environment
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: