Class MessageThrowEventValidator

java.lang.Object
io.camunda.zeebe.model.bpmn.validation.zeebe.MessageThrowEventValidator
All Implemented Interfaces:
org.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>

public class MessageThrowEventValidator extends Object implements org.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>
  • Constructor Details

    • MessageThrowEventValidator

      public MessageThrowEventValidator()
  • Method Details

    • getElementType

      public Class<ThrowEvent> getElementType()
      Specified by:
      getElementType in interface org.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>
    • validate

      public void validate(ThrowEvent element, org.camunda.bpm.model.xml.validation.ValidationResultCollector validationResultCollector)
      Specified by:
      validate in interface org.camunda.bpm.model.xml.validation.ModelElementValidator<ThrowEvent>