Preparing search index...
The search index is not available
nats-base-library
nats-base-library
TypedCallback
Type alias TypedCallback<T>
Typed
Callback
<
T
>
:
(
(
err
,
msg
)
=>
void
)
Callback presented to the user with the converted type
Type Parameters
T
Type declaration
(
err
,
msg
)
:
void
Parameters
err
:
NatsError
|
null
msg
:
T
|
null
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
nats-base-library
Loading...
Callback presented to the user with the converted type