All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.tmq.common.domain.DeleteMessage Maven / Gradle / Ivy

package com.alibaba.tmq.common.domain;


/**
 * 删除消息
 * @author tianyao.myc
 *
 */
public class DeleteMessage extends Message {

	private static final long serialVersionUID = 1574276856809475773L;

	public DeleteMessage(String messageKey, String topic) {
		super(messageKey, topic);
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy