Class MqttTopicLabelValidator

  • All Implemented Interfaces:
    Validator

    public class MqttTopicLabelValidator
    extends AbstractValidator
    Validates that labels are correct for MQTT topics on subscribe and publish operations.
    • Operation input is required when a topic has labels.
    • Topic labels must be found in the input.
    • The input must not contain extraneous labels.
    • Constructor Detail

      • MqttTopicLabelValidator

        public MqttTopicLabelValidator()
    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.