Package io.micronaut.mqtt.v5.annotation
Annotation Interface MqttPublisher
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Scope
@Introduction
@Type(MqttIntroductionAdvice.class)
@Recoverable
@Singleton
public @interface MqttPublisher
An introduction advice that automatically implements interfaces and abstract classes and publishes Mqtt messages.
- Since:
- 1.0.0
- Author:
- James Kleeh
- See Also: