Package org.apache.dubbo.common
Interface Node
public interface Node
Node. (API/SPI, Prototype, ThreadSafe)
-
Method Details
-
getUrl
URL getUrl()get url.- Returns:
- url.
-
isAvailable
boolean isAvailable()is available.- Returns:
- available.
-
destroy
void destroy()destroy.
-