Documentation

UpdateMethod
in package

FinalYes

Indicates that the method is an update handler method.

An update method gets executed when a workflow receives an update after the validator is called.

Tags
Annotation
NamedArgumentConstructor
Target

({ "METHOD" })

Table of Contents

Properties

$name  : string|null

Methods

__construct()  : mixed

Attributes

#[Attribute]

#[Attribute]

#[NamedArgumentConstructor]

#[NamedArgumentConstructor]

Properties

Methods

__construct()

public __construct([non-empty-string|null $name = null ]) : mixed
Parameters
$name : non-empty-string|null = null

Name of the update handler. Default is method name. Be careful about names that contain special characters. These names can be used as metric tags. And systems like prometheus ignore metrics which have tags with unsupported characters.


        
On this page

Search results