@TableName(value="event_entry")
public class MessageEventEntery
extends com.yqtsoft.framework.common.entity.AuditingEntity
| 构造器和说明 |
|---|
MessageEventEntery() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
created(java.lang.String topic,
int retries,
cn.shazhengbo.kafka.annotation.KafkaMessageType type,
cn.shazhengbo.kafka.annotation.KafkaAckType ackType,
java.lang.String message)
构建消息体
|
void |
modified(cn.shazhengbo.kafka.annotation.KafkaMessageState state) |
void |
retry(java.lang.String consumerGroup,
int count)
构建重发对象
|
public void created(java.lang.String topic,
int retries,
cn.shazhengbo.kafka.annotation.KafkaMessageType type,
cn.shazhengbo.kafka.annotation.KafkaAckType ackType,
java.lang.String message)
topic - retries - type - ackType - message - public void modified(cn.shazhengbo.kafka.annotation.KafkaMessageState state)
public void retry(java.lang.String consumerGroup,
int count)
Copyright © 2020. All rights reserved.