Class QosMqttBinder

java.lang.Object
io.micronaut.mqtt.bind.impl.QosMqttBinder
All Implemented Interfaces:
AnnotatedMqttBinder<MqttBindingContext<?>,Qos>, MqttBinder<MqttBindingContext<?>,Object>

@Singleton public class QosMqttBinder extends Object implements AnnotatedMqttBinder<MqttBindingContext<?>,Qos>
An annotated argument binder for Qos.
Since:
1.0.0
Author:
James Kleeh
  • Constructor Details

    • QosMqttBinder

      public QosMqttBinder(io.micronaut.core.convert.ConversionService conversionService)
  • Method Details