Advanced Examples¶
This section provides more complex, real-world inspired examples demonstrating various features and patterns with wd-di
.
- Multi-Tenant Ingestion Service: Showcases dynamic dependency resolution based on runtime context (e.g., tenant ID), scoped services, factory providers, and
ContextVar
integration for context propagation.