org.apache.camel.component.event
Class EventConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer<Exchange>
          extended by org.apache.camel.component.event.EventConsumer
All Implemented Interfaces:
Consumer<Exchange>, Service

public class EventConsumer
extends DefaultConsumer<Exchange>

An Event Consumer for working with Spring ApplicationEvents

Version:
$Revision: 673477 $

Constructor Summary
EventConsumer(EventEndpoint endpoint, Processor processor)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 
Methods inherited from class org.apache.camel.impl.DefaultConsumer
getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, handleException, setExceptionHandler, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

EventConsumer

public EventConsumer(EventEndpoint endpoint,
                     Processor processor)
Method Detail

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class DefaultConsumer<Exchange>
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultConsumer<Exchange>
Throws:
Exception


Copyright © 2008 Apache Software Foundation. All Rights Reserved.