Hi! Can you give an example what type of method you want to add to the RouteBuilder? To my understanding if you need a custom DSL to lets say "reuse camel specific DSL sequences" its easier to write your own DSL completely hiding camel and rely on RouteBuilder internally as usual.
But maybe I just did not understand your requirement? Jens Von meinem iPhone gesendet > Am 09.12.2015 um 01:27 schrieb Milli <gowrishankar.mi...@gmail.com>: > > Hi, > > In our project, we are looking at adding custom fluent API to the existing > JAVA DSL. > As in, add few custom methods to the existing `RouteBuilder` api to make > our own custom DSL. > > Is there a way to achieve this? > If so, what is the best way to do this? > > Thanks and regards,