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 Detail

      • withInitTimeout

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