lburgazzoli edited a comment on issue #1399:
URL: https://github.com/apache/camel-quarkus/issues/1399#issuecomment-647181072


   There's some overlap between life-cycle and management events:
   
   - 
[LifecycleStrategy](https://github.com/apache/camel/blob/master/core/camel-api/src/main/java/org/apache/camel/spi/LifecycleStrategy.java)
   - 
[CamelEvent](https://github.com/apache/camel/blob/master/core/camel-api/src/main/java/org/apache/camel/spi/CamelEvent.java)
   
   @jamesnetherton @davsclaus wonder if we should limit life-cycle events to 
_onComponent_ (add/remove) and _onEndpoint_ (add/remove) and wrap them as 
custom `CamelEvent` 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to