public interface QoS
IotDevice
may not
support all QoS levels.Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
AT_LEAST_ONCE
The message containing the event arrives at the message hub at least once.
|
static java.lang.Integer |
AT_MOST_ONCE
The message containing the event arrives at the message hub either once or not at all.
|
static java.lang.Integer |
EXACTLY_ONCE
The message containing the event arrives at the message hub exactly once.
|
static java.lang.Integer |
FIRE_AND_FORGET
Fire and forget the event.
|
static final java.lang.Integer AT_MOST_ONCE
0
.static final java.lang.Integer FIRE_AND_FORGET
static final java.lang.Integer AT_LEAST_ONCE
1
.static final java.lang.Integer EXACTLY_ONCE
2
.Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641