Skip to content

Commit

Permalink
Revert "[RIP-37] Add new APIs for consumer (apache#4019)"
Browse files Browse the repository at this point in the history
This reverts commit df5e885.
  • Loading branch information
aaron-ai committed Jun 20, 2022
1 parent cd24a24 commit 603a9b9
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 595 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

import java.util.Iterator;
import java.util.ServiceLoader;

import org.apache.rocketmq.apis.consumer.PushConsumerBuilder;
import org.apache.rocketmq.apis.consumer.SimpleConsumerBuilder;
import org.apache.rocketmq.apis.message.MessageBuilder;
import org.apache.rocketmq.apis.producer.ProducerBuilder;

Expand All @@ -46,20 +43,6 @@ static ClientServiceProvider loadService() {
*/
ProducerBuilder newProducerBuilder();

/**
* Get the simple consumer builder by current provider.
*
* @return the simple consumer builder instance.
*/
SimpleConsumerBuilder newSimpleConsumerBuilder();

/**
* Get the push consumer builder by current provider.
*
* @return the push consumer builder instance.
*/
PushConsumerBuilder newPushConsumerBuilder();

/**
* Get the message builder by current provider.
*
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 603a9b9

Please sign in to comment.