Package io.micronaut.mqtt.bind
Interface AnnotatedMqttBinder<M,T extends Annotation>
- Type Parameters:
M
- The message contextT
- The annotation type
- All Superinterfaces:
MqttBinder<M,
Object>
- All Known Implementing Classes:
IdMqttBinder
,MqttPropertyBinder
,MqttPropertyBinder
,PayloadMqttBinder
,QosMqttBinder
,RetainedMqttBinder
,TopicMqttBinder
An
MqttBinder
that binds based on the presence of an annotation on the argument.-
Method Summary
Methods inherited from interface io.micronaut.mqtt.bind.MqttBinder
bindFrom, bindTo
-
Method Details
-
getAnnotationType
- Returns:
- The annotation type
-