Package | Description |
---|---|
org.apache.camel.example.cafe | |
org.apache.camel.example.cafe.stuff |
Modifier and Type | Method and Description |
---|---|
List<Drink> |
Delivery.getDeliveredDrinks() |
Constructor and Description |
---|
Delivery(List<Drink> deliveredDrinks) |
Modifier and Type | Method and Description |
---|---|
Drink |
Barista.prepareColdDrink(OrderItem orderItem) |
Drink |
Barista.prepareHotDrink(OrderItem orderItem) |
Modifier and Type | Method and Description |
---|---|
int |
Waiter.checkOrder(Drink drink) |
Modifier and Type | Method and Description |
---|---|
Delivery |
Waiter.prepareDelivery(List<Drink> drinks) |
Apache Camel