From 54f7058f831d6a610b9f39fb15f39de4539507cb Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 28 Jun 2010 16:36:20 +0000 Subject: [PATCH] INT-1220 updated documentation for Application Event inbound adapter --- src/docbkx/event.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/docbkx/event.xml b/src/docbkx/event.xml index ad8ba93120..45318ec467 100644 --- a/src/docbkx/event.xml +++ b/src/docbkx/event.xml @@ -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. + + For convenience namespace support was provided to configureĀ ApplicationEventListeningChannelAdapter + + +]]> + + In the above sample, all Application Context events will be delivered as Spring Integration Messages to 'sampleEventChannel'. +