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

com.github.jeanadrien.gatling.mqtt.client.MqttQoS.scala Maven / Gradle / Ivy

The newest version!
package com.github.jeanadrien.gatling.mqtt.client

/**
  *
  */
object MqttQoS extends Enumeration {

    type MqttQoS = Value

    val AtMostOnce = Value // 0
    val AtLeastOnce = Value // 1
    val ExactlyOnce = Value // 2

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy