Skip to main content

update

Attribute Macro update 

Source
#[update]
Expand description

Marks a method within a #[workflow_methods] impl block as an update handler. This attribute is processed by the #[workflow_methods] macro and should not be used standalone.

Supports an optional name parameter to override the update name: #[update(name = "my_update")]