@resonatehq/sdk
Preparing search index...
core
Processor
Interface Processor
interface
Processor
{
process
(
id
:
string
,
ctx
:
InnerContext
,
name
:
string
,
func
:
F
,
done
:
(
result
:
Result
<
unknown
>
)
=>
void
,
verbose
:
boolean
,
span
:
Span
,
)
:
void
;
}
Implemented by
AsyncProcessor
Index
Methods
process
Methods
process
process
(
id
:
string
,
ctx
:
InnerContext
,
name
:
string
,
func
:
F
,
done
:
(
result
:
Result
<
unknown
>
)
=>
void
,
verbose
:
boolean
,
span
:
Span
,
)
:
void
Parameters
id
:
string
ctx
:
InnerContext
name
:
string
func
:
F
done
:
(
result
:
Result
<
unknown
>
)
=>
void
verbose
:
boolean
span
:
Span
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
process
@resonatehq/sdk
Loading...