|
[
Permalink
| « Hide
]
Tomas Lukosius added a comment - 19/Aug/10 10:26 AM
Changed assignee and fix version.
Inbound adapter creates EsperTemplate and listens for events specified in <si-esper:epl>:
<si-esper:inbound-channel-adapter id="inboundGateway" channel="inboundRawEsperMessages" template-name="testTemplate"> Note1: attribute "template-name" is useful when you need to create EsperTamplate with name, so next snipped is valid too: <esper:template id="testTemplate"> Now it is possible to add events to template bean "testTemplate" and inbound-channel-adapter with id "inboundGateway" will react to events on those events. Note2: |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||