public interface Group
| Modifier and Type | Method and Description |
|---|---|
void |
close()
close the group.
|
org.apache.dubbo.common.URL |
getUrl()
get group url.
|
Peer |
join(org.apache.dubbo.common.URL url,
ChannelHandler handler)
join.
|
void |
leave(org.apache.dubbo.common.URL url)
leave.
|
org.apache.dubbo.common.URL getUrl()
Peer join(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
url - RemotingExceptionvoid leave(org.apache.dubbo.common.URL url)
throws RemotingException
url - RemotingExceptionvoid close()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.