nestjs-temporal-core
Preparing search index...
ActivityMethodMetadataResult
Interface ActivityMethodMetadataResult
Activity method metadata result
interface
ActivityMethodMetadataResult
{
className
:
string
;
handler
?:
Function
;
methodName
:
string
;
name
:
string
;
options
?:
Record
<
string
,
unknown
>
;
originalName
:
string
;
}
Index
Properties
class
Name
handler?
method
Name
name
options?
original
Name
Properties
class
Name
className
:
string
Optional
handler
handler
?:
Function
method
Name
methodName
:
string
name
name
:
string
Optional
options
options
?:
Record
<
string
,
unknown
>
original
Name
originalName
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
handler
method
Name
name
options
original
Name
nestjs-temporal-core
Loading...
Activity method metadata result