nestjs-temporal-core
Preparing search index...
SignalMethodHandler
Type Alias SignalMethodHandler
SignalMethodHandler
:
(
...
args
:
unknown
[]
)
=>
void
|
Promise
<
void
>
Function signature for signal method handlers. Can be synchronous or asynchronous but returns void.
Type Declaration
(
...
args
:
unknown
[]
)
:
void
|
Promise
<
void
>
Parameters
...
args
:
unknown
[]
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
nestjs-temporal-core
Loading...
Function signature for signal method handlers. Can be synchronous or asynchronous but returns void.