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

io.github.majusko.pulsar2.solon.producer.IProducerConst Maven / Gradle / Ivy

The newest version!
package io.github.majusko.pulsar2.solon.producer;

import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;

import org.apache.pulsar.client.api.Producer;

interface IProducerConst {

	Map producers = new ConcurrentHashMap<>();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy