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

org.gecko.adapter.mqtt.QoS Maven / Gradle / Ivy

/*
 * Copyright (c) 2012 - 2024 Data In Motion and others.
 * All rights reserved. 
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 * SPDX-License-Identifier: EPL-2.0
 *
 * Contributors:
 *     Data In Motion - initial API and implementation
 */

package org.gecko.adapter.mqtt;

/**
 * Enumeration represents the quality of service
 * @author Mark Hoffmann
 * @since 10.10.2017
 */
public enum QoS {
	
	AT_MOST_ONE,
	AT_LEAST_ONE,
	EXACTLY_ONE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy