Interface CloudEventValidator


public interface CloudEventValidator
Author:
Vinay Bhat Interface which defines validation for CloudEvents attributes and extensions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    validate(io.cloudevents.CloudEvent cloudEvent)
    Validate the attributes of a CloudEvent.
  • Method Details

    • validate

      void validate(io.cloudevents.CloudEvent cloudEvent)
      Validate the attributes of a CloudEvent.
      Parameters:
      cloudEvent - the CloudEvent to validate