次の方法で共有


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 WithCreate withInputSchemaMapping(InputSchemaMapping inputSchemaMapping)

Specifies the inputSchemaMapping property: Information about the InputSchemaMapping which specified the info about mapping event payload..

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:

inputSchemaMapping - Information about the InputSchemaMapping which specified the info about mapping event payload.

Returns:

the next definition stage.

Applies to