DaprComponent.Update Interface
Implements
public static interface DaprComponent.Update
extends WithComponentType, WithVersion, WithIgnoreErrors, WithInitTimeout, WithSecrets, WithSecretStoreComponent, WithMetadata, WithScopes
The template for DaprComponent update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Dapr |
apply()
Executes the update request. |
|
abstract
Dapr |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract DaprComponent apply()
Executes the update request.
Returns:
apply
public abstract DaprComponent apply(Context context)
Executes the update request.
Parameters:
Returns: