Class InputSchemaMapping

  • Direct Known Subclasses:
    JsonInputSchemaMapping

    public class InputSchemaMapping
    extends Object
    By default, Event Grid expects events to be in the Event Grid event schema. Specifying an input schema mapping enables publishing to Event Grid using a custom input schema. Currently, the only supported type of InputSchemaMapping is 'JsonInputSchemaMapping'.
    • Constructor Detail

      • InputSchemaMapping

        public InputSchemaMapping()
    • Method Detail

      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.