Updated cafeDemo.xml for release packaging
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
<channel id="coldDrinks"/>
|
||||
<channel id="hotDrinks"/>
|
||||
|
||||
<handler-endpoint input-channel="coldDrinks" handler="barista" method="prepareColdDrink"/>
|
||||
<handler-endpoint input-channel="hotDrinks" handler="barista" method="prepareHotDrink"/>
|
||||
<service-activator input-channel="coldDrinks" ref="barista" method="prepareColdDrink"/>
|
||||
|
||||
<service-activator input-channel="hotDrinks" ref="barista" method="prepareHotDrink"/>
|
||||
|
||||
<beans:bean id="cafe" class="org.springframework.integration.samples.cafe.Cafe">
|
||||
<beans:property name="orderChannel" ref="orders"/>
|
||||
|
||||
Reference in New Issue
Block a user