INT-1220 updated documentation for Application Event inbound adapter

This commit is contained in:
Oleg Zhurakousky
2010-06-28 16:36:20 +00:00
parent 6c402903e6
commit 54f7058f83

View File

@@ -19,6 +19,14 @@
received events as Spring Integration Messages. To limit based on the type of event, configure the
list of event types that you want to receive with the 'eventTypes' property.
</para>
<para>
For convenience namespace support was provided to configure <classname>ApplicationEventListeningChannelAdapter</classname>
<programlisting language="xml"><![CDATA[<int-event:inbound-channel-adapter channel="input"/>
<int:publish-subscribe-channel id="sampleEventChannel"/>]]></programlisting>
</para>
In the above sample, all Application Context events will be delivered as Spring Integration Messages to 'sampleEventChannel'.
</section>
<section id="applicationevent-outbound">