final class Mqtt extends AnyRef
- Alphabetic
- By Inheritance
- Mqtt
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def connect(): ConnectActionBuilder
Create a builder for actions that create a MQTT connection
Create a builder for actions that create a MQTT connection
- returns
a new ActionBuilder instance
- Annotations
- @NonNull()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def publish(topic: Function[Session, String]): Base
Create a builder for actions that publish to a MQTT topic
Create a builder for actions that publish to a MQTT topic
- topic
the name of the topic, expressed as a function
- returns
a new ActionBuilder instance
- Annotations
- @NonNull()
- def publish(topic: String): Base
Create a builder for actions that publish to a MQTT topic
Create a builder for actions that publish to a MQTT topic
- topic
the name of the topic, expressed as a Gatling Expression Language String
- returns
a new ActionBuilder instance
- Annotations
- @NonNull()
- def subscribe(topic: Function[Session, String]): SubscribeActionBuilder
Create a builder for actions that subscribe to a MQTT topic
Create a builder for actions that subscribe to a MQTT topic
- topic
the name of the topic, expressed as a function
- returns
a new ActionBuilder instance
- Annotations
- @NonNull()
- def subscribe(topic: String): SubscribeActionBuilder
Create a builder for actions that subscribe to a MQTT topic
Create a builder for actions that subscribe to a MQTT topic
- topic
the name of the topic, expressed as a Gatling Expression Language String
- returns
a new ActionBuilder instance
- Annotations
- @NonNull()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()