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

gu.simplemq.IMQContext Maven / Gradle / Ivy

The newest version!
package gu.simplemq;

public interface IMQContext {
	public MQPropertiesHelper getPropertiesHelper();
	public MessageQueueType getMessageQueueType();
	public String getClientImplType();
	public IMessageQueueFactory getMessageQueueFactory();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy