Interface DaprComponent.UpdateStages.WithMetadata

All Known Subinterfaces:
DaprComponent.Update
Enclosing interface:
DaprComponent.UpdateStages

public static interface DaprComponent.UpdateStages.WithMetadata
The stage of the DaprComponent update allowing to specify metadata.
  • Method Details

    • withMetadata

      DaprComponent.Update withMetadata(List<DaprMetadata> metadata)
      Specifies the metadata property: Component metadata.
      Parameters:
      metadata - Component metadata.
      Returns:
      the next definition stage.