|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.extras.spring.events.AsynchronousEventListener
AsynchronousEventListener
will spawn a thread for each Event received.
The thread pool passed in the constructor will determine hown many threads can
be executed at any time.
Field Summary | |
protected static Log |
logger
logger used by this class |
Constructor Summary | |
AsynchronousEventListener(PooledExecutor threadPool,
ApplicationListener listener)
|
Method Summary | |
void |
onApplicationEvent(ApplicationEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static transient Log logger
Constructor Detail |
public AsynchronousEventListener(PooledExecutor threadPool, ApplicationListener listener)
Method Detail |
public void onApplicationEvent(ApplicationEvent event)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |