Class BeanRoutes.MyOrderService
java.lang.Object
org.apache.camel.quarkus.component.bean.BeanRoutes.MyOrderService
- Enclosing class:
- BeanRoutes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildCombinedResponse(List<String> lines) We use the same bean for building the combined response to send back to the original callerhandleOrder(String line) We just handle the order by returning a id line for the order
-
Constructor Details
-
MyOrderService
public MyOrderService()
-
-
Method Details
-
handleOrder
We just handle the order by returning a id line for the order -
buildCombinedResponse
We use the same bean for building the combined response to send back to the original caller
-