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

Feature request: Implement onCreate() method for middlewares #3

Open
HQarroum opened this issue Jan 23, 2024 · 0 comments
Open

Feature request: Implement onCreate() method for middlewares #3

HQarroum opened this issue Jan 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request rfc A label associated with a request for comments. triage

Comments

@HQarroum
Copy link
Contributor

Use case

Middlewares require to manually call the super.bind() function when they are constructed. There are currently no hooks for a middleware to know when a subclass implementation is done creating its constructs.

Solution/User Experience

We propose the creation of an onCreate method allowing middlewares to override it and create their resources as part of it.

Alternative solutions

No response

@HQarroum HQarroum added enhancement New feature or request triage labels Jan 23, 2024
@HQarroum HQarroum self-assigned this Jan 23, 2024
@HQarroum HQarroum added the rfc A label associated with a request for comments. label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rfc A label associated with a request for comments. triage
Projects
Status: Backlog
Development

No branches or pull requests

1 participant