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

com.redismq.samples.rocket.MessageCommitLog Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
package com.redismq.samples.rocket;

import lombok.Data;

@Data
public class MessageCommitLog {
    /**
     * 消息长度
     */
    private int totalSize;


    /**
     * 主题
     */
    private String topic;

    /**
     * 标签
     */
    private String tag = "";

    /**
     * 虚拟队列名称 内部生成 外部设置无效
     */
    private String virtualQueueName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy