Packages

case class PublishBuilder(requestName: Expression[String], topic: Expression[String], body: Body, qosOverride: Option[MqttQoS], retainOverride: Option[Boolean], expectation: Option[MqttExpectation]) extends MqttActionBuilder with StrictLogging with Product with Serializable

Annotations
@SuppressWarnings()
Linear Supertypes
Serializable, Product, Equals, StrictLogging, MqttActionBuilder, ActionBuilder, Executable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PublishBuilder
  2. Serializable
  3. Product
  4. Equals
  5. StrictLogging
  6. MqttActionBuilder
  7. ActionBuilder
  8. Executable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PublishBuilder(requestName: Expression[String], topic: Expression[String], body: Body, qosOverride: Option[MqttQoS], retainOverride: Option[Boolean], expectation: Option[MqttExpectation])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def await(timeout: FiniteDuration, expectedTopic: Expression[String]): PublishBuilder with CheckablePublishBuilder
  6. def await(timeout: FiniteDuration): PublishBuilder with CheckablePublishBuilder
  7. val body: Body
  8. def build(ctx: ScenarioContext, next: Action): Action
    Definition Classes
    PublishBuilder → ActionBuilder
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def expect(timeout: FiniteDuration, expectedTopic: Expression[String]): PublishBuilder with CheckablePublishBuilder
  12. def expect(timeout: FiniteDuration): PublishBuilder with CheckablePublishBuilder
  13. val expectation: Option[MqttExpectation]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. def qosAtLeastOnce: PublishBuilder
  22. def qosAtMostOnce: PublishBuilder
  23. def qosExactlyOnce: PublishBuilder
  24. val qosOverride: Option[MqttQoS]
  25. val requestName: Expression[String]
  26. def retain(newRetain: Boolean): PublishBuilder
  27. val retainOverride: Option[Boolean]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val topic: Expression[String]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def wait(timeout: FiniteDuration, expectedTopic: Expression[String]): PublishBuilder with CheckablePublishBuilder
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Use await instead

  3. def wait(timeout: FiniteDuration): PublishBuilder with CheckablePublishBuilder
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Use await instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from StrictLogging

Inherited from MqttActionBuilder

Inherited from ActionBuilder

Inherited from Executable

Inherited from AnyRef

Inherited from Any

Ungrouped