@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MqttSubscribe
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
topics
|
public abstract int[] qos
If not one-to-one. fill by last qos and ignore the superfluous.
public abstract java.lang.String[] clients
public abstract boolean[] shared
for topic one-to-one.
If not one-to-one. fill by last shared and ignore the superfluous.
groups()Copyright © 2022. All Rights Reserved.