From 3d863a191782f27170091586c83924db0094e084 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 23 Aug 2010 17:09:38 +0000 Subject: [PATCH] INT-1338, Added namespace support for 'event-types' attribute --- src/docbkx/event.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/docbkx/event.xml b/src/docbkx/event.xml index 9856440dd3..15adad2870 100644 --- a/src/docbkx/event.xml +++ b/src/docbkx/event.xml @@ -21,10 +21,11 @@ For convenience namespace support was provided to configureĀ ApplicationEventListeningChannelAdapter via inbound-channel-adapter - + ]]> -In the above sample, all Application Context events will be delivered as Spring Integration Messages to 'sampleEventChannel'. +In the above sample, all Application Context events that are of type specified by the 'event-types' (optional) attribute will be +delivered as Spring Integration Messages to 'sampleEventChannel'.