You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/26 16:55:04 UTC

[jira] [Created] (CAMEL-11346) Optimize EventNotifier sending/sent exchange

Claus Ibsen created CAMEL-11346:
-----------------------------------

             Summary: Optimize EventNotifier sending/sent exchange
                 Key: CAMEL-11346
                 URL: https://issues.apache.org/jira/browse/CAMEL-11346
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 2.20.0


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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)