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

gu.simplemq.mqtt.MQContextImpl Maven / Gradle / Ivy

There is a newer version: 2.4.0-alpha3
Show newest version
package gu.simplemq.mqtt;

import gu.simplemq.BaseMQContext;
import gu.simplemq.Constant;
import gu.simplemq.IMessageQueueFactory;
import gu.simplemq.MQPropertiesHelper;

public class MQContextImpl extends BaseMQContext implements Constant{
	private static final MessageQueueFactoryImpl factory = new MessageQueueFactoryImpl();

	public MQContextImpl() {
		super();
	}

	@Override
	public MQPropertiesHelper getPropertiesHelper() {
		return PropertiesHelper.MHELPER;
	}

	@Override
	public IMessageQueueFactory getMessageQueueFactory() {
		return factory;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy