Package org.apache.dubbo.config
Interface ConfigKeys
public interface ConfigKeys
External config keys list
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIgnore duplicated interface (service/reference) config.static final StringIgnore invalid method config.static final StringChange dubbo config mode, available values fromConfigMode.static final StringThe basePackages to scan , the multiple-value is delimited by comma
-
Field Details
-
DUBBO_SCAN_BASE_PACKAGES
The basePackages to scan , the multiple-value is delimited by comma- See Also:
-
DUBBO_CONFIG_MODE
Change dubbo config mode, available values fromConfigMode. Default value isConfigMode.STRICT.- See Also:
-
DUBBO_CONFIG_IGNORE_INVALID_METHOD_CONFIG
Ignore invalid method config. Default value is false.- See Also:
-
DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE
Ignore duplicated interface (service/reference) config. Default value is false.- See Also:
-