Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/routing: Split ContentRouting interface
The ContentRouting interface does too much. One can think of systems that only Provide, and systems that only FindProviders. Therefore I am proposing to split it further. While this can be done on user-code, core/routing interfaces are canonical and it is better to use interfaces coming from here. As someone said: the best interface is that which does as little as possible.
- Loading branch information