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

Add weight/priority system in CompositePostProcessingStrategy #7

Open
bertramakers opened this issue Jan 9, 2018 · 0 comments
Open

Comments

@bertramakers
Copy link
Contributor

Some post-processing strategies might be intended to run before/after others. Right now the only way to ensure this is by registering the strategies in the correct order.

We could improve the developer experience, and flexibility, by adding an option to assign a weight / priority to each registered strategy.

If no weight / priority is assigned, assume a 'neutral' weight / priority by default.
(Eg. when working with weights, use 0 by default and negative / positive values to assign a lower / higher weight)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant