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

com.redismq.config.GlobalConfigCache Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.redismq.config;

/**
 * 配置
 */
public class GlobalConfigCache {
    /**
     * 配置
     */
    public static GlobalConfig GLOBAL_CONFIG;
    /**
     * 配置
     */
    public static QueueConfig QUEUE_CONFIG;
    /**
     * 存储配置
     */
    public static GlobalStoreConfig GLOBAL_STORE_CONFIG;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy