Skip to main content

Aqueduct Reference

Aqueduct is the Mississippi subsystem for Orleans-backed SignalR backplane integration.

Applies To

  • Mississippi.Aqueduct.Abstractions
  • Mississippi.Aqueduct.Gateway
  • Mississippi.Aqueduct.Runtime

Verified Ownership Boundary

  • Distributed SignalR backplane integration
  • Orleans-driven push delivery of events and notifications into SignalR-connected clients
  • Gateway-side hub lifetime management and notifier registration
  • Runtime-side backplane registration
  • Aqueduct-specific options and abstractions for distributed message routing
  • Inlet composes with Aqueduct for higher-level projection delivery.
  • Domain Modeling owns domain behavior, not transport infrastructure.

Defaults And Constraints

This reference covers the verified subsystem boundary and package entry points for Aqueduct. See individual package documentation for configuration details as they become available.

Failure Behavior

For failure behavior, refer to the Aqueduct Operations page and standard Orleans cluster diagnostics.

Summary

Use this page as the current reference boundary for what Aqueduct owns and which packages expose that surface.

Next Steps