Class BeanRoutes.MyOrderService

java.lang.Object
org.apache.camel.quarkus.component.bean.BeanRoutes.MyOrderService
Enclosing class:
BeanRoutes

public class BeanRoutes.MyOrderService extends Object
  • Constructor Details

    • MyOrderService

      public MyOrderService()
  • Method Details

    • handleOrder

      public String handleOrder(String line)
      We just handle the order by returning a id line for the order
    • buildCombinedResponse

      public Map<String,Object> buildCombinedResponse(List<String> lines)
      We use the same bean for building the combined response to send back to the original caller