public class MulticastGroup extends AbstractGroup
| Constructor and Description |
|---|
MulticastGroup(org.apache.dubbo.common.URL url) |
| Modifier and Type | Method and Description |
|---|---|
Peer |
join(org.apache.dubbo.common.URL url,
ChannelHandler handler)
join.
|
void |
leave(org.apache.dubbo.common.URL url)
leave.
|
close, getUrlpublic Peer join(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException
Groupjoin in interface Groupjoin in class AbstractGroupRemotingExceptionpublic void leave(org.apache.dubbo.common.URL url)
throws RemotingException
Groupleave in interface Groupleave in class AbstractGroupRemotingExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.