Interface DaprComponent.UpdateStages.WithComponentType

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

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

    • withComponentType

      DaprComponent.Update withComponentType(String componentType)
      Specifies the componentType property: Component type.
      Parameters:
      componentType - Component type.
      Returns:
      the next definition stage.