All Classes and Interfaces
Class
Description
Nacos-specific loader, If need to support other methods of parsing,you need to do the
following steps:
1.inherit
AbstractPropertySourceLoader ;
2.Condition on
RefreshBehavior is NOT default.Nacos-specific resource.
Endpoint for Nacos, contains config data and refresh history.
The
HealthIndicator for Nacos Config.Nacos properties.
A
FailureAnalyzer that performs analysis of failures caused by a
NacosConnectionFailureException.A
NacosConnectionFailureException is thrown when the application fails to
connect to Nacos Server.On application start up, NacosContextRefresher add nacos listeners to all application
level dataIds, when there is a change in the data, listeners will refresh
configurations.
Reload nacos log configuration file, after
LoggingApplicationListener.Deprecated.
Parsing for XML requires overwriting the default
PropertiesPropertySourceLoader, because it internally rigorously validates THE
XML in a way that makes it difficult to customize the configuration; at finally, make
sure it's in the first place.Refresh behavior.
Extend
ConfigurationPropertiesRebinder.