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

com.github.jeanadrien.gatling.mqtt.Settings.scala Maven / Gradle / Ivy

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

import com.typesafe.config.ConfigFactory

/**
  *
  */
trait Settings {

    val settings = new {
        val mqtt = new {
            val client = Settings.config.getString("mqtt.client")
        }
    }
}

object Settings {
    val config = ConfigFactory.load()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy