|
|
@ -59,7 +59,7 @@ public interface RTopicAsync {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Removes the listener by <code>id</code> for listening this topic
|
|
|
|
* Removes the listener by <code>id</code> for listening this topic
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @param listenerId - listener id
|
|
|
|
* @param listenerIds - listener ids
|
|
|
|
* @return void
|
|
|
|
* @return void
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
RFuture<Void> removeListenerAsync(Integer... listenerIds);
|
|
|
|
RFuture<Void> removeListenerAsync(Integer... listenerIds);
|
|
|
|