Package com.alibaba.nacos.api.naming
Class PreservedMetadataKeys
- java.lang.Object
-
- com.alibaba.nacos.api.naming.PreservedMetadataKeys
-
public class PreservedMetadataKeys extends Object
Some keys of metadata that are recognized by Nacos- Since:
- 1.0.0
- Author:
- nkorange
-
-
Field Summary
Fields Modifier and Type Field Description static StringREGISTER_SOURCEThe key to indicate the registry source of service instance, such as Dubbo, SpringCloud, etc.
-
Constructor Summary
Constructors Constructor Description PreservedMetadataKeys()
-
-
-
Field Detail
-
REGISTER_SOURCE
public static final String REGISTER_SOURCE
The key to indicate the registry source of service instance, such as Dubbo, SpringCloud, etc.- See Also:
- Constant Field Values
-
-