Domain.DefinitionStages.WithInputSchemaMapping Interface
public static interface Domain.DefinitionStages.WithInputSchemaMapping
The stage of the Domain definition allowing to specify inputSchemaMapping.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)
Specifies the input |
Method Details
withInputSchemaMapping
public abstract Domain.DefinitionStages.WithCreate withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)
Specifies the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload..
Parameters:
Returns: