Yes the exchange has fromRouteId and other information you can use in your
filter.
There is also an isEnabled method you can implement for the filtering.
On Tue, Jan 31, 2023 at 8:54 AM ski n wrote:
> I have a question about event notifiers.
>
> Currently, I collect events using EventNotifierSup
I have a question about event notifiers.
Currently, I collect events using EventNotifierSupport
https://javadoc.io/doc/org.apache.camel/camel-support/latest/org/apache/camel/support/EventNotifierSupport.html
There I get a "CamelEvent" as listed in this class.
https://www.javadoc.io/doc/org.apac