Interface Domain.DefinitionStages.WithInputSchemaMapping
-
- All Known Subinterfaces:
Domain.Definition,Domain.DefinitionStages.WithCreate
- Enclosing interface:
- Domain.DefinitionStages
public static interface Domain.DefinitionStages.WithInputSchemaMappingThe stage of the Domain definition allowing to specify inputSchemaMapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Domain.DefinitionStages.WithCreatewithInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Specifies the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload..
-
-
-
Method Detail
-
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.
-
-