Packages

object ExactlyOnce extends MqttQoS

Quality of Service 2 - indicates that a message should be delivered once. The message will be persisted to disk, and will be subject to a two-phase acknowledgement across the network. The message can only be delivered safely if it can be persisted, so the application must supply a means of persistence using MqttConnectionSettings. If a persistence mechanism is not specified, the message will not be delivered in the event of a client failure.

Source
settings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExactlyOnce
  2. MqttQoS
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val value: Int
    Definition Classes
    ExactlyOnceMqttQoS