@bluelibs/runner - v6.3.1
Preparing search index...
EventLaneBuilderWithTopology
Interface EventLaneBuilderWithTopology
interface
EventLaneBuilderWithTopology
{
topology
:
<
const
TBindings
extends
readonly
IEventLaneTopologyBinding
[]
,
const
TProfiles
extends
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
,
>
(
topology
:
IEventLaneTopology
<
TBindings
,
TProfiles
>
,
)
=>
IEventLaneTopology
<
TBindings
,
TProfiles
>
;
(
id
:
string
)
:
EventLaneFluentBuilder
;
}
EventLaneBuilderWithTopology
(
id
:
string
)
:
EventLaneFluentBuilder
Parameters
id
:
string
Returns
EventLaneFluentBuilder
Index
Properties
topology
Properties
topology
topology
:
<
const
TBindings
extends
readonly
IEventLaneTopologyBinding
[]
,
const
TProfiles
extends
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
,
>
(
topology
:
IEventLaneTopology
<
TBindings
,
TProfiles
>
,
)
=>
IEventLaneTopology
<
TBindings
,
TProfiles
>
Type Declaration
<
const
TBindings
extends
readonly
IEventLaneTopologyBinding
[]
,
const
TProfiles
extends
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
,
>
(
topology
:
IEventLaneTopology
<
TBindings
,
TProfiles
>
,
)
:
IEventLaneTopology
<
TBindings
,
TProfiles
>
Freezes an event-lane topology declaration so profile and binding references stay stable.
Type Parameters
const
TBindings
extends
readonly
IEventLaneTopologyBinding
[]
const
TProfiles
extends
Record
<
string
,
IEventLaneTopologyProfile
<
TBindings
[
number
]
[
"lane"
]
>
>
Parameters
topology
:
IEventLaneTopology
<
TBindings
,
TProfiles
>
Returns
IEventLaneTopology
<
TBindings
,
TProfiles
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
topology
@bluelibs/runner - v6.3.1
Loading...
Freezes an event-lane topology declaration so profile and binding references stay stable.