Which component of Mule 4.1 replaces Mule 3.9 <timer-interceptor>
?
Asked
Active
Viewed 469 times
1 Answers
1
None. Mule 3 interceptors are not supported in Mule 4. You might rbe able to replace them somewhat with custom policies, as mentioned in the migration documentationhttps://docs.mulesoft.com/mule-runtime/4.1/migration-core
The reason is that Mule 4 architecture is very different in thread management and it doesn't allow the interceptors implementation.

aled
- 21,330
- 3
- 27
- 34
-
Any example of custom logging policy you want me to point using Mule 4.x? – ravibeli Jun 19 '19 at 10:29
-
Unfortunately I'm not aware of any examples. Having said that, I'll update the answer with another possible solution for some use cases. – aled Jul 15 '19 at 00:58
-
Sure, waiting for any possible solution. – ravibeli Jul 15 '19 at 01:48