Package | Description |
---|---|
org.apache.camel.example.cafe | |
org.apache.camel.example.cafe.stuff |
Modifier and Type | Method and Description |
---|---|
List<OrderItem> |
Order.getItems() |
Modifier and Type | Method and Description |
---|---|
List<OrderItem> |
OrderSplitter.split(Order order) |
Modifier and Type | Method and Description |
---|---|
Drink |
Barista.prepareColdDrink(OrderItem orderItem) |
Drink |
Barista.prepareHotDrink(OrderItem orderItem) |
String |
DrinkRouter.resolveOrderItemChannel(OrderItem orderItem) |
Apache Camel