@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,PARAMETER})
@Bindable
public @interface Qos
Topic.qos()
instead.
The annotation may be applied to publisher classes and methods because a publisher may only
publish to a single topic.Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT_VALUE |
Modifier and Type | Optional Element and Description |
---|---|
int |
value |