Package io.micronaut.mqtt.annotation
Annotation Interface Retained
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,PARAMETER})
@Bindable
@Inherited
public @interface Retained
Used for binding the message retained parameter.
- Since:
 - 1.0.0
 - Author:
 - James Kleeh
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
boolean value- Default:
 - false
 
 
 -