Package org.apache.dubbo.metadata
Class DefaultMetadataParamsFilter
java.lang.Object
org.apache.dubbo.metadata.DefaultMetadataParamsFilter
- All Implemented Interfaces:
MetadataParamsFilter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.metadata.MetadataParamsFilter
instanceParamsExcluded, serviceParamsIncluded
-
Constructor Details
-
DefaultMetadataParamsFilter
public DefaultMetadataParamsFilter()
-
-
Method Details
-
instanceParamsIncluded
Description copied from interface:MetadataParamsFilterparams that need to be sent to registry center- Specified by:
instanceParamsIncludedin interfaceMetadataParamsFilter- Returns:
- arrays of keys
-
serviceParamsExcluded
Description copied from interface:MetadataParamsFilterparams that need to be excluded before sending to metadata center- Specified by:
serviceParamsExcludedin interfaceMetadataParamsFilter- Returns:
- arrays of keys
-