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

com.lorne.tx.Constants Maven / Gradle / Ivy

The newest version!
package com.lorne.tx;

import com.lorne.tx.mq.model.TxServer;

/**
 * Created by lorne on 2017/6/8.
 */
public class Constants {


    public static volatile boolean hasExit = false;

    /**
     * tm 服务对象
     */
    public static TxServer txServer;


    /**
     * 最大模块超时时间
     */
    public static int maxOutTime = 10;

    /**
     * 模块唯一标示
     */
    public static String uniqueKey;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy