Documentation

SignalMethod
in package

FinalYes

Indicates that the method is a signal handler method. Signal method is executed when workflow receives signal. This annotation applies only to workflow interface methods.

Tags
Annotation
NamedArgumentConstructor
Target

({ "METHOD" })

Table of Contents

Properties

$name  : string|null
Name of the signal type. Default is method name.

Methods

__construct()  : mixed

Attributes

#[Attribute]

#[Attribute]

#[NamedArgumentConstructor]

#[NamedArgumentConstructor]

Properties

$name

Name of the signal type. Default is method name.

public string|null $name = null

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.

Methods

__construct()

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

        
On this page

Search results