How to use a custom processor if defined (not null)? – Apache
I want to have a base RouteBuilder class that would allow using an optional Custom Processor. If a child class has it specified, then add it to the route otherwise don't. I have been trying to use the choice() when()…