@bluelibs/runner - v6.3.1
Preparing search index...
IRpcLaneDefinition
Interface IRpcLaneDefinition
Definition contract for an RPC lane.
interface
IRpcLaneDefinition
{
"[symbolFilePath]"
?:
string
;
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]?
apply
To?
async
Contexts?
id
meta?
policy?
Properties
Optional
[symbol
File
Path]
"[symbolFilePath]"
?:
string
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
Optional
meta
meta
?:
IRpcLaneMeta
Optional
policy
policy
?:
IRpcLanePolicy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[symbol
File
Path]
apply
To
async
Contexts
id
meta
policy
@bluelibs/runner - v6.3.1
Loading...
Definition contract for an RPC lane.