Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.20.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
We create a fair number of StopWatch instances which is only needed if the event notification is being in use.
However we can optimize this to let the sending return a boolean whether its in use or not, and then only if its in use, then we create a StopWatch to capture the timing.