ailoy-node
Preparing search index...
Runtime
Class Runtime
Index
Constructors
constructor
Methods
call
call
Iter
call
Iter
Method
call
Method
define
delete
is_
alive
start
stop
Constructors
constructor
new
Runtime
(
url
?:
string
)
:
Runtime
Parameters
url
:
string
= "inproc://"
Returns
Runtime
Methods
call
call
(
funcName
:
string
,
inputs
?:
any
)
:
Promise
<
any
>
Parameters
funcName
:
string
inputs
:
any
= null
Returns
Promise
<
any
>
call
Iter
callIter
(
funcName
:
string
,
inputs
?:
any
)
:
AsyncIterableIterator
<
any
>
Parameters
funcName
:
string
inputs
:
any
= null
Returns
AsyncIterableIterator
<
any
>
call
Iter
Method
callIterMethod
(
componentName
:
string
,
methodName
:
string
,
inputs
?:
any
,
)
:
AsyncIterableIterator
<
any
>
Parameters
componentName
:
string
methodName
:
string
inputs
:
any
= null
Returns
AsyncIterableIterator
<
any
>
call
Method
callMethod
(
componentName
:
string
,
methodName
:
string
,
inputs
?:
any
,
)
:
Promise
<
any
>
Parameters
componentName
:
string
methodName
:
string
inputs
:
any
= null
Returns
Promise
<
any
>
define
define
(
componentType
:
string
,
componentName
:
string
,
inputs
?:
any
,
)
:
Promise
<
boolean
>
Parameters
componentType
:
string
componentName
:
string
inputs
:
any
= {}
Returns
Promise
<
boolean
>
delete
delete
(
componentName
:
string
)
:
Promise
<
boolean
>
Parameters
componentName
:
string
Returns
Promise
<
boolean
>
is_
alive
is_alive
()
:
boolean
Returns
boolean
start
start
()
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
call
call
Iter
call
Iter
Method
call
Method
define
delete
is_
alive
start
stop
ailoy-node
Loading...