Package cn.sinozg.applet.mq.mq
Interface MqConsumer<T>
public interface MqConsumer<T>
消费者 消费
- Since:
- 2023-11-16 16:29:42
- Author:
- xieyubin
-
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(BaseTopicType topic, ConsumerHandler<T> handler) 消费 限制业务类型voidconsume(String topic, ConsumerHandler<T> handler) 消费
-
Method Details
-
consume
消费 限制业务类型- Parameters:
topic- topichandler- handler
-
consume
消费- Parameters:
topic- topichandler- handler
-