@bluelibs/runner - v6.3.1
Preparing search index...
IRpcLanesTopology
Interface IRpcLanesTopology<TBindings, TProfiles>
RPC-lane topology declaration used to connect lanes, profiles, and communicators.
interface
IRpcLanesTopology
<
TBindings
extends
readonly
IRpcLaneTopologyBinding
[]
=
readonly
IRpcLaneTopologyBinding
[]
,
TProfiles
extends
Record
<
string
,
IRpcLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
=
Record
<
string
,
IRpcLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
,
>
,
>
{
bindings
:
TBindings
;
profiles
:
TProfiles
;
}
Type Parameters
TBindings
extends
readonly
IRpcLaneTopologyBinding
[]
=
readonly
IRpcLaneTopologyBinding
[]
TProfiles
extends
Record
<
string
,
IRpcLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
=
Record
<
string
,
IRpcLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
Index
Properties
bindings
profiles
Properties
bindings
bindings
:
TBindings
profiles
profiles
:
TProfiles
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bindings
profiles
@bluelibs/runner - v6.3.1
Loading...
RPC-lane topology declaration used to connect lanes, profiles, and communicators.