|
|
|
@ -75,7 +75,7 @@ public interface RTopic extends RTopicAsync {
|
|
|
|
|
/**
|
|
|
|
|
* Removes the listener by <code>id</code> for listening this topic
|
|
|
|
|
*
|
|
|
|
|
* @param listenerId - listener id
|
|
|
|
|
* @param listenerIds - listener ids
|
|
|
|
|
*/
|
|
|
|
|
void removeListener(Integer... listenerIds);
|
|
|
|
|
|
|
|
|
|