Orchestrator.Update Interface
Implements
public static interface Orchestrator.Update
extends WithTags
The template for Orchestrator update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Orchestrator |
apply()
Executes the update request. |
| abstract Orchestrator |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract Orchestrator apply()
Executes the update request.
Returns:
apply
public abstract Orchestrator apply(Context context)
Executes the update request.
Parameters:
Returns: