Interface DaprComponent.DefinitionStages.WithComponentType

All Known Subinterfaces:
DaprComponent.Definition, DaprComponent.DefinitionStages.WithCreate
Enclosing interface:
DaprComponent.DefinitionStages

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

    • withComponentType

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