AW: Dynamic To with InOnly Exchange Pattern in Java DSL

2024-09-19 Thread Pascal.Schumacher
Thank you very much Claus and Raymond. I did know this method and wasn't able to google the answer. -Ursprüngliche Nachricht- Von: ski n Gesendet: Donnerstag, 19. September 2024 16:11 An: users@camel.apache.org Betreff: Re: Dynamic To with InOnly Exchange Pattern in Java DSL Like Claus

Dynamic To with InOnly Exchange Pattern in Java DSL

2024-09-19 Thread Pascal.Schumacher
Hi, is there a way to use dynamic to with InOnly Exchange Pattern from the Java DSL? https://camel.apache.org/components/4.8.x/eips/toD-eip.html#_options mentions a pattern option, but I cannot find a way to use it. While there is #to(ExchangePattern pattern, String uri) I was not able to find