Topic.DefinitionStages.WithInputSchema Interface
public static interface Topic.DefinitionStages.WithInputSchema
The stage of the Topic definition allowing to specify inputSchema.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withInputSchema(InputSchema inputSchema)
Specifies the input |
Method Details
withInputSchema
public abstract Topic.DefinitionStages.WithCreate withInputSchema(InputSchema inputSchema)
Specifies the inputSchema property: This determines the format that Event Grid should expect for incoming events published to the topic..
Parameters:
Returns: