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