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

com.alibaba.rocketmq.example.simple.CachedQueue Maven / Gradle / Ivy

package com.alibaba.rocketmq.example.simple;

import java.util.TreeMap;

import com.alibaba.rocketmq.common.message.MessageExt;


public class CachedQueue {
    private final TreeMap msgCachedTable = new TreeMap();


    public TreeMap getMsgCachedTable() {
        return msgCachedTable;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy