Interface Domain.DefinitionStages.WithInputSchemaMapping

All Known Subinterfaces:
Domain.Definition, Domain.DefinitionStages.WithCreate
Enclosing interface:
Domain.DefinitionStages

public static interface Domain.DefinitionStages.WithInputSchemaMapping
The stage of the Domain definition allowing to specify inputSchemaMapping.
  • Method Details

    • withInputSchemaMapping

      Domain.DefinitionStages.WithCreate withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)
      Specifies the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload..
      Parameters:
      inputSchemaMapping - Information about the InputSchemaMapping which specified the info about mapping event payload.
      Returns:
      the next definition stage.