Re: EventNotifier and direct/seda endpoints in Camel 4

2023-08-01 Thread Claus Ibsen
Hi Yes you can use steps to group X together and have events emitted for start/complete On Tue, Aug 1, 2023 at 9:13 AM ski n wrote: > Would this possibly work? > > > > > > > > > > > > And then use the StepStartEvent (or StepCompletedEvent). Or is this on

Re: EventNotifier and direct/seda endpoints in Camel 4

2023-08-01 Thread ski n
Would this possibly work? And then use the StepStartEvent (or StepCompletedEvent). Or is this on on lifecycle level and not on a message exchange level? -- Raymond On Tue, Aug 1, 2023 at 8:58 AM Claus Ibsen wrote: > Hi > > No there is not > > On Tue,

Re: EventNotifier and direct/seda endpoints in Camel 4

2023-08-01 Thread Claus Ibsen
Hi No there is not On Tue, Aug 1, 2023 at 8:49 AM ski n wrote: > Currently, I use the EventNotifier to collect events in Camel: > > > https://www.javadoc.io/doc/org.apache.camel/camel-api/3.21.0/org/apache/camel/spi/CamelEvent.html > > I have integrations that consist of 1 or more routes like

EventNotifier and direct/seda endpoints in Camel 4

2023-08-01 Thread ski n
Currently, I use the EventNotifier to collect events in Camel: https://www.javadoc.io/doc/org.apache.camel/camel-api/3.21.0/org/apache/camel/spi/CamelEvent.html I have integrations that consist of 1 or more routes like this: To route between two routes I use either: - direct-vm