Interface Topic.DefinitionStages.WithInputSchemaMapping
-
- All Known Subinterfaces:
Topic.Definition,Topic.DefinitionStages.WithCreate
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithInputSchemaMappingThe stage of the Topic definition allowing to specify inputSchemaMapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topic.DefinitionStages.WithCreatewithInputSchemaMapping(InputSchemaMapping inputSchemaMapping)Specifies the inputSchemaMapping property: This enables publishing using custom event schemas.
-
-
-
Method Detail
-
withInputSchemaMapping
Topic.DefinitionStages.WithCreate withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)
Specifies the inputSchemaMapping property: This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema..- Parameters:
inputSchemaMapping- This enables publishing using custom event schemas. An InputSchemaMapping can be specified to map various properties of a source schema to various required properties of the EventGridEvent schema.- Returns:
- the next definition stage.
-
-