See: Description
Annotation Type | Description |
---|---|
Id |
Used to bind the message ID to a parameter.
|
MqttSubscriber |
Class level annotation to indicate that a bean will be consumers of messages
from Mqtt.
|
Qos |
Used for binding the message Qos.
|
Retained |
Used for binding the message retained parameter.
|
Topic |
Used for binding the message topic and other parameters.
|
Topics |
Used to supply multiple topics on subscriber methods.
|