Interface DaprComponent.DefinitionStages.WithInitTimeout

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

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

    • withInitTimeout

      DaprComponent.DefinitionStages.WithCreate withInitTimeout(String initTimeout)
      Specifies the initTimeout property: Initialization timeout.
      Parameters:
      initTimeout - Initialization timeout.
      Returns:
      the next definition stage.