Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow (post) processing binders on registration #1113

Open
GuusLieben opened this issue Aug 14, 2024 · 0 comments · May be fixed by #1115
Open

Allow (post) processing binders on registration #1113

GuusLieben opened this issue Aug 14, 2024 · 0 comments · May be fixed by #1115

Comments

@GuusLieben
Copy link
Member

Description

Add hooks to allow post-processing binders, similar to how components can be processed. This should process the binder when it is created (so likely in the component provider orchestrator), so binders are customized the moment they are created.

Use case

At the moment we have various hooks into (hierarchical) binders, e.g. for default and custom application bindings. While the custom application bindings are good, they are not the most customizable, and only apply to the global binding hierarchy. Having the additional capability of configuring other (non-global) binders would allow for far more control over binders.

Related issues

No response

@GuusLieben GuusLieben added this to the 0.7.0 milestone Aug 14, 2024
@GuusLieben GuusLieben self-assigned this Aug 14, 2024
@GuusLieben GuusLieben linked a pull request Oct 11, 2024 that will close this issue
9 tasks
GuusLieben added a commit that referenced this issue Oct 25, 2024
GuusLieben added a commit that referenced this issue Oct 25, 2024
GuusLieben added a commit that referenced this issue Oct 25, 2024
GuusLieben added a commit that referenced this issue Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment