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

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

There is a newer version: 4.1.0
Show newest version
package com.codingapi.tx;

import com.codingapi.tx.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 = 10000;

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy