Class IdMqttBinder

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

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

    • IdMqttBinder

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