- Type Parameters:
M
- The message type
- All Superinterfaces:
- MqttBinder<M,java.lang.Object>
- All Known Implementing Classes:
- DefaultMqttBinder
public interface FallbackMqttBinder<M>
extends MqttBinder<M,java.lang.Object>
A binder to use when no other binders match the argument.
- Since:
- 1.0.0
- Author:
- James Kleeh