Package io.micronaut.mqtt.bind
package io.micronaut.mqtt.bind
-
ClassDescriptionAnnotatedMqttBinder<M,
T extends Annotation> AnMqttBinder
that binds based on the presence of an annotation on the argument.A default implementation ofMqttBinderRegistry
that searches for binders based on argument annotations, then based on the argument type.A binder to use when no other binders match the argument.MqttBinder<M,T> Argument binder to bind publisher and subscriber method arguments to and from the message context.A registry of binders for binding to and from MQTT messages.A generic context for binding to MQTT messages.TypedMqttBinder<M,T> Argument binder based on the type of the argument.