Annotation Interface MqttSubscriber


@Documented @Retention(RUNTIME) @Target(TYPE) @MessageListener public @interface MqttSubscriber
Class level annotation to indicate that a bean will be consumers of messages from Mqtt.
Since:
1.0.0
Author:
James Kleeh