Author: buildbot
Date: Mon Mar 25 21:19:13 2013
New Revision: 855932

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/guava-eventbus.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/guava-eventbus.html
==============================================================================
--- websites/production/camel/content/guava-eventbus.html (original)
+++ websites/production/camel/content/guava-eventbus.html Mon Mar 25 21:19:13 
2013
@@ -105,7 +105,7 @@ guava-eventbus:busName[?options]
 <h3><a shape="rect" name="GuavaEventBus-Options"></a>Options</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>eventClass</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> If used on the consumer side of the 
route, will filter events received from the <tt>EventBus</tt> to the instances 
of the class and superclasses of <tt>eventClass</tt>. Null value of this option 
is equal to setting it to the <tt>java.lang.Object</tt> i.e. the consumer will 
capture all messages incoming to the event bus. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"> Name </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Default Value </th><th colspan="1" rowspan="1" 
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>eventClass</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.10:</b> If used on the consumer side of the 
route, will filter events received from the <tt>EventBus</tt> to the instances 
of the class and superclasses of <tt>eventClass</tt>. Null value of this option 
is equal to setting it to the <tt>java.lang.Object</tt> i.e. the consumer will 
capture all messages incoming to the event bus. This option cannot be used 
together with <tt>listenerInterface</tt> option. </td></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><tt>listenerInterface</tt></td><td colspan="1" 
rowspan="1" class="co
 nfluenceTd"><tt>null</tt></td><td colspan="1" rowspan="1" 
class="confluenceTd"> <b>Camel 2.11:</b> The interface with method(s) marked 
with the <tt>@Subscribe</tt> annotation. Dynamic proxy will be created over the 
interface so it could be registered as the <tt>EventBus</tt> listener. 
Particularly useful when creating multi-event listeners and for handling 
<tt>DeadEvent</tt> properly. This option cannot be used together with 
<tt>eventClass</tt> option.</td></tr></tbody></table>
 </div>
 
 


Reply via email to