Interface TypedMqttBinder<M,T>

Type Parameters:
M - The message context
T - The type
All Superinterfaces:
MqttBinder<M,T>
All Known Implementing Classes:
AcknowledgeMqttBinder

public interface TypedMqttBinder<M,T> extends MqttBinder<M,T>
Argument binder based on the type of the argument.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.micronaut.core.type.Argument<T>
     

    Methods inherited from interface io.micronaut.mqtt.bind.MqttBinder

    bindFrom, bindTo
  • Method Details

    • getArgumentType

      io.micronaut.core.type.Argument<T> getArgumentType()