提交 55a05b55 编写于 作者: W wlliqipeng

add @deprecated in MQClientInstance and ClientConfig

上级 7a6164d4
......@@ -60,6 +60,7 @@ public interface MQPushConsumer extends MQConsumer {
* @param fullClassName full class name,must extend org.apache.rocketmq.common.filter. MessageFilter
* @param filterClassSource class source code,used UTF-8 file encoding,must be responsible for your code safety
*/
@Deprecated
void subscribe(final String topic, final String fullClassName,
final String filterClassSource) throws MQClientException;
......
......@@ -720,7 +720,7 @@ public class MQClientInstance {
return false;
}
@Deprecated
private void uploadFilterClassToAllFilterServer(final String consumerGroup, final String fullClassName,
final String topic,
final String filterClassSource) throws UnsupportedEncodingException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册