JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.mqtt.annotation
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