Package org.apache.dubbo.rpc.cluster
Interface ProviderURLMergeProcessor
- All Known Implementing Classes:
DefaultProviderURLMergeProcessor
@SPI("default")
public interface ProviderURLMergeProcessor
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanmergeLocalParams(Map<String, String> localMap) org.apache.dubbo.common.URLMerging the URL parameters of provider and consumer
-
Method Details