DaprComponent.UpdateStages.WithInitTimeout Interface

public static interface DaprComponent.UpdateStages.WithInitTimeout

The stage of the DaprComponent update allowing to specify initTimeout.

Method Summary

Modifier and Type Method and Description
abstract Update withInitTimeout(String initTimeout)

Specifies the initTimeout property: Initialization timeout.

Method Details

withInitTimeout

public abstract DaprComponent.Update withInitTimeout(String initTimeout)

Specifies the initTimeout property: Initialization timeout.

Parameters:

initTimeout - Initialization timeout.

Returns:

the next definition stage.

Applies to