1 Repo
Runtime mechanisms that resolve and route requests to handlers without requiring explicit registration.
Distinct from Runtime Handler Registration: Distinct from manual registration by focusing on the automatic runtime lookup of handlers.
Explore 1 awesome GitHub repository matching software engineering & architecture · Automatic Handler Discovery. Refine with filters or upvote what's useful.
CTMediator is a dynamic service locator and modular architecture framework for iOS. It functions as a dependency decoupler that allows large projects to be split into smaller, independent subprojects and targets to improve organization and reduce build times. The framework enables communication between these isolated modules using a target-action pattern. It utilizes dynamic runtime lookups to dispatch requests and route actions to specific modules without requiring a manual service registration process during startup. The system manages data exchange and project decomposition through protoc
Provides dynamic runtime lookup to resolve module handlers without requiring a manual service registration process.