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

com.godmao.mqbroker.Static Maven / Gradle / Ivy

There is a newer version: 0.2.7.RELEASE
Show newest version
package com.godmao.mqbroker;

import io.netty.util.AttributeKey;

import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicLong;

public class Static {
    public static final AtomicLong                TOPIC_VERSION = new AtomicLong();
    public static final Map  HASH_COUNTERS = new ConcurrentHashMap<>();
    public static final AttributeKey> TOPIC         = AttributeKey.valueOf("mate-topic");
    public static final AttributeKey     AUTHORIZATION = AttributeKey.valueOf("mate-authorization");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy