public abstract class AbstractConfigurator extends Object implements Configurator
| Constructor and Description |
|---|
AbstractConfigurator(org.apache.dubbo.common.URL url) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.dubbo.common.URL |
configure(org.apache.dubbo.common.URL url)
Configure the provider url.
|
org.apache.dubbo.common.URL |
getUrl()
Get the configurator url.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTo, toConfiguratorspublic AbstractConfigurator(org.apache.dubbo.common.URL url)
public org.apache.dubbo.common.URL getUrl()
ConfiguratorgetUrl in interface Configuratorpublic org.apache.dubbo.common.URL configure(org.apache.dubbo.common.URL url)
Configuratorconfigure in interface Configuratorurl - - old provider url.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.