Hi! Did you try
.onException(YourException.class) . handle(true) ? Harsh Karn <harsh.k...@gmail.com> 14 июля 2021 г. 23:34:11 написал:
Hi, Is there any way to stop executing split on exception but continue running the rest of the route after split or the outer route? I tried setting stopOnException() but it stops the route immediately and nothing can be done following the exception. I tried using aggregationtrategy but I don't see any option to stop running split if I see exception raised or handled. *Thanks* *Harsh*