Interface MqttTopic

All Superinterfaces:
Comparable<MqttUtf8String>, MqttUtf8String

@DoNotImplement public interface MqttTopic extends MqttUtf8String
MQTT Topic Name according to the MQTT specification.

A Topic Name has the same requirements as an UTF-8 encoded string. Additionally it

  • must be at least 1 character long and
  • must not contain wildcard characters ('#', '+').
Since:
1.0