Package io.micronaut.mqtt.bind
Interface MqttBinderRegistry
- All Known Implementing Classes:
 DefaultMqttBinderRegistry
public interface MqttBinderRegistry
A registry of binders for binding to and from MQTT messages.
- Since:
 - 1.0.0
 - Author:
 - James Kleeh
 
- 
Method Summary
Modifier and TypeMethodDescription<T> MqttBinder<?,T> findArgumentBinder(io.micronaut.core.type.Argument<T> argument) Finds a binder for the given argument. 
- 
Method Details
- 
findArgumentBinder
Finds a binder for the given argument.- Type Parameters:
 T- The argument type- Parameters:
 argument- The argument- Returns:
 - A binder
 
 
 -