
com.lorne.tx.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lorne-tx-core Show documentation
Show all versions of lorne-tx-core Show documentation
tx-lcn-core project for Spring Boot
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