-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.17.7, 2.18.4, 2.19.1
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Currently the context based events like CamelContextResumedEvent do not share a base class that allows to see they are a group of events and to retrieve the CamelContext.
I propose to create such a abstract base class and let the events inherit from it (like for Exchange events).
In the same way we should have a common base class for route events.