
com.github.tomato.util.StaticContext Maven / Gradle / Ivy
package com.github.tomato.util;
import com.github.tomato.constant.TomatoConstant;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/**
* 基于线程的上下文工具,用于获取每个线程中的幂等建键息
*
* @author liuxin
* 2020-01-04 22:11
*/
public final class StaticContext {
private static final ThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy