How To Choose An Aqueduct Package Entry Point
When To Use This Page
Use this page when you know the problem belongs to Aqueduct but you still need to choose the first package or documentation path.
Before You Begin
- Read the Aqueduct overview.
- Confirm that your problem is about the backplane rather than higher-level projection delivery.
Steps
- Choose
Mississippi.Aqueduct.Abstractionsif you need the contracts and options surface. - Choose
Mississippi.Aqueduct.Gatewayif the work is on the gateway side of SignalR integration. - Choose
Mississippi.Aqueduct.Runtimeif the work is on the Orleans runtime side of the backplane. - Switch to Inlet if the real question is projection subscriptions or generated end-to-end delivery.
Verify The Result
- You should be able to explain why your task belongs to contracts, gateway hosting, runtime hosting, or a higher-level Inlet scenario.
Summary
Pick Aqueduct packages by host boundary first, then move up to Inlet only when the problem extends beyond the backplane itself.
Next Steps
- Use Aqueduct Reference for the currently verified package surface.
- Use Aqueduct Troubleshooting if you still are not sure this is the right section.