summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/camel-rests/sparky-core-subscriptionService.xml
blob: f6a2953b3aee7b5dff1efe48463f68f4aab845ab (plain)
1
2
3
4
5
6
7
<rests xmlns="http://camel.apache.org/schema/spring">
   <rest>
      <get uri="/subscription/getsubscription">
         <to uri="bean:subscriptionServiceProcessor?method=getSubscription"/>
      </get>
   </rest>
</rests>