@bluelibs/runner - v6.3.1
Preparing search index...
IRpcLane
Interface IRpcLane
Frozen RPC-lane definition returned by
defineRpcLane(...)
.
interface
IRpcLane
{
"[symbolFilePath]"
:
string
;
"[symbolRpcLane]"
:
true
;
applyTo
?:
|
readonly
(
|
string
|
IEventDefinition
<
any
>
|
ITaskDefinition
<
any
,
Promise
<
unknown
>
,
{}
,
any
,
TaskTagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
)
[]
|
(
(
target
:
|
IEventDefinition
<
any
>
|
ITaskDefinition
<
any
,
Promise
<
unknown
>
,
{}
,
any
,
TaskTagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
,
)
=>
boolean
)
;
asyncContexts
?:
readonly
(
string
|
IAsyncContext
<
unknown
>
)
[]
;
id
:
string
;
meta
:
IRpcLaneMeta
;
policy
?:
IRpcLanePolicy
;
}
Hierarchy (
View Summary
)
IRpcLaneDefinition
IRpcLane
Index
Properties
[symbol
File
Path]
[symbol
Rpc
Lane]
apply
To?
async
Contexts?
id
meta
policy?
Properties
[symbol
File
Path]
"[symbolFilePath]"
:
string
[symbol
Rpc
Lane]
"[symbolRpcLane]"
:
true
Optional
apply
To
applyTo
?:
|
readonly
(
|
string
|
IEventDefinition
<
any
>
|
ITaskDefinition
<
any
,
Promise
<
unknown
>
,
{}
,
any
,
TaskTagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
)
[]
|
(
(
target
:
|
IEventDefinition
<
any
>
|
ITaskDefinition
<
any
,
Promise
<
unknown
>
,
{}
,
any
,
TaskTagType
[]
,
TaskMiddlewareAttachmentType
[]
,
>
,
)
=>
boolean
)
Optional
async
Contexts
asyncContexts
?:
readonly
(
string
|
IAsyncContext
<
unknown
>
)
[]
id
id
:
string
meta
meta
:
IRpcLaneMeta
Optional
policy
policy
?:
IRpcLanePolicy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[symbol
File
Path]
[symbol
Rpc
Lane]
apply
To
async
Contexts
id
meta
policy
@bluelibs/runner - v6.3.1
Loading...
Frozen RPC-lane definition returned by
defineRpcLane(...).