Expand description
Application layer orchestration and use case implementations. This module provides the orchestration layer that coordinates between domain logic and infrastructure, including resilience orchestration, transaction management, and business workflow coordination. Application layer orchestration and use case implementations.
This module provides the orchestration layer that coordinates between domain logic and infrastructure, including resilience orchestration, transaction management, and business workflow coordination.
The application layer decides HOW domain logic is executed while maintaining Clean Architecture separation of concerns.
Re-exports§
pub use resilience::*;pub use resilience_config::*;pub use resilience_observability::*;
Modules§
- resilience
- Application Layer Resilience Orchestration
- resilience_
config - Configuration layer for resilience policies.
- resilience_
observability - Observability for resilience operations.