- java.lang.Object
-
- org.redkale.mq.MessageConext
-
public class MessageConext extends Object
MessageConsumer回调的上下文详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
- 另请参阅:
MessageConsumer
-
-
构造器概要
构造器 构造器 说明 MessageConext(String topic, Integer partition)
-
-
-
字段详细资料
-
topic
@ConvertColumn(index=1) protected String topic
-
partition
@ConvertColumn(index=2) protected Integer partition
-
-