This might be a little wierd question. But, I was wondering if there is a way to convert an object of org.apache.camel.model.ProcessorDefinition object into an equivalent camel DSLs. I have an application which constructs ProcessorDefinition object using low level camel api's and create a camel context to start it in a jvm.
If there is a way to convert the same object into DSLs, I could possibly think of hooking up with camel-k Alternatively, does camel k have any interfacing to receive an object of ProcessorDefinition object? Cheers