Class TopicMqttBinder

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

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

    • TopicMqttBinder

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