Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.17.7, 2.18.4, 2.19.1
-
None
-
Unknown
Description
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.