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 init |
Method Details
withInitTimeout
public abstract DaprComponent.Update withInitTimeout(String initTimeout)
Specifies the initTimeout property: Initialization timeout.
Parameters:
Returns: