You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed.
In addition to the ComponentPostProcessor I added a TyphoonOrdered protocol with which you can control in which order processors are applied. This protocol is considered for both FactoryPostProcessors and ComponentPostProcessors. Both collections of processors are sorted when the component factory is loaded.
The Ordered protocol is optional and only considered if implemented, by default a processor will have a low priority.
Plan on getting into setting up the outlines for the AOP extension very soon, been some busy weeks these last ones.
A ComponentPostProcessor:
Post processes components created by the container, adding the possibility to mutate them.
Is picked up automatically by the container when defined. (infrastructure component)
The text was updated successfully, but these errors were encountered: