Class MqttPropertyBinder

java.lang.Object
io.micronaut.mqtt.hivemq.v5.bind.MqttPropertyBinder
All Implemented Interfaces:
AnnotatedMqttBinder<MqttV5BindingContext,MqttProperty>, MqttBinder<MqttV5BindingContext,Object>

@Introspected(classes=MqttMessage.class) @Singleton public class MqttPropertyBinder extends Object implements AnnotatedMqttBinder<MqttV5BindingContext,MqttProperty>
Binds arguments to and from MqttMessage.
Since:
3.0.0
Author:
Sven Kobow
  • Constructor Details

    • MqttPropertyBinder

      public MqttPropertyBinder(io.micronaut.core.convert.ConversionService conversionService)
      Parameters:
      conversionService - The conversion service
  • Method Details