FluxFlow.Components.Routing
6.0.1
See the version list below for details.
dotnet add package FluxFlow.Components.Routing --version 6.0.1
NuGet\Install-Package FluxFlow.Components.Routing -Version 6.0.1
<PackageReference Include="FluxFlow.Components.Routing" Version="6.0.1" />
<PackageVersion Include="FluxFlow.Components.Routing" Version="6.0.1" />
<PackageReference Include="FluxFlow.Components.Routing" />
paket add FluxFlow.Components.Routing --version 6.0.1
#r "nuget: FluxFlow.Components.Routing, 6.0.1"
#:package FluxFlow.Components.Routing@6.0.1
#addin nuget:?package=FluxFlow.Components.Routing&version=6.0.1
#tool nuget:?package=FluxFlow.Components.Routing&version=6.0.1
FluxFlow.Components.Routing
Standalone typed stateful routing nodes.
| Node | Input | Output value |
|---|---|---|
WindowNode<T> |
T | FlowWindow<T> |
CorrelationNode<T> |
T | FlowCorrelationOutcome<T> |
JoinNode<TLeft,TRight> |
separate Left/Right inputs | FlowJoinOutcome<TLeft,TRight> |
JSON specializations are available for schema-less configuration workflows.
Selectors are typed delegates. Window completion, correlation match/timeout,
and join match/timeout are typed outcomes. Selector/capacity/processing failure
becomes FlowError on the same Output.
Nodes preserve FIFO and timeout behavior, bounded pending state, exact-once completion races, lineage, fan-out, and Events. Structural Switch/Fork/Merge behavior belongs to canonical links rather than runtime routing nodes.
Composition
Install FluxFlow.Components.Routing.Composition for optional FluxFlow.Composition factories and Designer metadata. This runtime package remains free of Composition, Designer, and Engine dependencies.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- FluxFlow.Nodes (>= 4.0.0)
-
net8.0
- FluxFlow.Nodes (>= 4.0.0)
- System.Threading.Tasks.Dataflow (>= 9.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FluxFlow.Components.Routing:
| Package | Downloads |
|---|---|
|
FluxFlow.Components.Routing.Composition
Typed JSON routing registration and Designer metadata over host-owned selectors and clocks. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0-rc.1 | 70 | 9/5/2026 |
| 6.0.1 | 157 | 8/3/2026 |
| 3.0.2 | 126 | 7/3/2026 |
| 3.0.1 | 171 | 7/2/2026 |
| 3.0.0 | 120 | 6/19/2026 |
| 2.0.0 | 141 | 6/18/2026 |
| 1.2.1 | 121 | 6/15/2026 |
| 1.2.0 | 427 | 6/12/2026 |
| 1.1.0 | 115 | 6/5/2026 |
| 1.0.0 | 125 | 6/4/2026 |
| 0.10.0-alpha.1 | 238 | 6/2/2026 |
| 0.9.0-alpha.1 | 72 | 6/2/2026 |
| 0.8.0-alpha.1 | 69 | 6/2/2026 |
| 0.7.0-alpha.1 | 63 | 6/2/2026 |
| 0.6.1-alpha.1 | 75 | 6/2/2026 |
| 0.6.0-alpha.1 | 86 | 6/2/2026 |
| 0.5.0-alpha.1 | 60 | 6/2/2026 |
| 0.4.0-alpha.1 | 67 | 6/2/2026 |
| 0.3.0-alpha.1 | 63 | 6/2/2026 |
| 0.2.0-alpha.2 | 65 | 6/2/2026 |
Extracts correlation and join pending-state stores while preserving FIFO matching, timeouts, capacity, and completion behavior.