@@ -51,18 +50,12 @@ public interface MQPullConsumer extends MQConsumer {
/**
* Pulling the messages,not blocking
*
* @param mq
* from which message queue
* @param subExpression
* subscription expression.it only support or operation such as "tag1 || tag2 || tag3" <br>
* if null or * expression,meaning subscribe all
* @param offset
* from where to pull
* @param maxNums
* max pulling numbers
*
* @param mq from which message queue
* @param subExpression subscription expression.it only support or operation such as "tag1 || tag2 || tag3" <br> if null or * expression,meaning subscribe
* all
* @param offset from where to pull
* @param maxNums max pulling numbers
* @return The resulting {@code PullRequest}
*
* @throws MQClientException
* @throws InterruptedException
* @throws MQBrokerException
...
...
@@ -80,9 +73,7 @@ public interface MQPullConsumer extends MQConsumer {
* @param offset
* @param maxNums
* @param timeout
*
* @return The resulting {@code PullRequest}
*
* @throws MQClientException
* @throws RemotingException
* @throws MQBrokerException
...
...
@@ -100,7 +91,6 @@ public interface MQPullConsumer extends MQConsumer {
* @param offset
* @param maxNums
* @param pullCallback
*
* @throws MQClientException
* @throws RemotingException
* @throws InterruptedException
...
...
@@ -118,7 +108,6 @@ public interface MQPullConsumer extends MQConsumer {
* @param maxNums
* @param pullCallback
* @param timeout
*
* @throws MQClientException
* @throws RemotingException
* @throws InterruptedException
...
...
@@ -134,9 +123,7 @@ public interface MQPullConsumer extends MQConsumer {
* @param subExpression
* @param offset
* @param maxNums
*
* @return The resulting {@code PullRequest}
*
* @throws MQClientException
* @throws RemotingException
* @throws MQBrokerException
...
...
@@ -154,7 +141,6 @@ public interface MQPullConsumer extends MQConsumer {
* @param offset
* @param maxNums
* @param pullCallback
*
* @throws MQClientException
* @throws RemotingException
* @throws InterruptedException
...
...
@@ -168,7 +154,6 @@ public interface MQPullConsumer extends MQConsumer {
@@ -54,11 +53,8 @@ public interface MQPushConsumer extends MQConsumer {
* Subscribe some topic
*
* @param topic
* @param subExpression
* subscription expression.it only support or operation such as
* "tag1 || tag2 || tag3" <br>
* if null or * expression,meaning subscribe all
*
* @param subExpression subscription expression.it only support or operation such as "tag1 || tag2 || tag3" <br> if null or * expression,meaning subscribe