| Interface | Description |
|---|---|
| AnnotatedMqttBinder<M,T extends java.lang.annotation.Annotation> |
An
MqttBinder that binds based on the presence of an annotation on the argument. |
| FallbackMqttBinder<M> |
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.
|
| MqttBinderRegistry |
A registry of binders for binding to and from MQTT messages.
|
| MqttBindingContext<T> |
A generic context for binding to MQTT messages.
|
| TypedMqttBinder<M,T> |
Argument binder based on the type of the argument.
|
| Class | Description |
|---|---|
| DefaultMqttBinderRegistry |
A default implementation of
MqttBinderRegistry that searches
for binders based on argument annotations, then based on the argument
type. |