Interface DaprComponent.UpdateStages.WithInitTimeout

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

public static interface DaprComponent.UpdateStages.WithInitTimeout
The stage of the DaprComponent update allowing to specify initTimeout.
  • Method Summary

    Modifier and Type
    Method
    Description
    withInitTimeout(String initTimeout)
    Specifies the initTimeout property: Initialization timeout.
  • Method Details

    • withInitTimeout

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