Class CamelRoute.MyOrderService
- java.lang.Object
-
- org.apache.camel.quarkus.component.bean.CamelRoute.MyOrderService
-
- Enclosing class:
- CamelRoute
public class CamelRoute.MyOrderService extends Object
-
-
Constructor Summary
Constructors Constructor Description MyOrderService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>buildCombinedResponse(List<String> lines)We use the same bean for building the combined response to send back to the original callerStringhandleOrder(String line)We just handle the order by returning a id line for the order
-