Interface FallbackMqttBinder<M>

Type Parameters:
M - The message type
All Superinterfaces:
MqttBinder<M,Object>
All Known Implementing Classes:
DefaultMqttBinder

public interface FallbackMqttBinder<M> extends MqttBinder<M,Object>
A binder to use when no other binders match the argument.
Since:
1.0.0
Author:
James Kleeh