DaprComponent.UpdateStages.WithMetadata Interface

public static interface DaprComponent.UpdateStages.WithMetadata

The stage of the DaprComponent update allowing to specify metadata.

Method Summary

Modifier and Type Method and Description
abstract Update withMetadata(List<DaprMetadata> metadata)

Specifies the metadata property: Component metadata.

Method Details

withMetadata

public abstract DaprComponent.Update withMetadata(List<DaprMetadata> metadata)

Specifies the metadata property: Component metadata.

Parameters:

metadata - Component metadata.

Returns:

the next definition stage.

Applies to