@Deprecated public class AsynchronousEventListener extends Object implements MuleEventListener
AsynchronousEventListener will proces a received MuleEvent in a
separate Thread. The thread pool passed in the constructor will determine how many
threads can be executed at any time.
Deprecated from 3.6.0.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger
Deprecated.
logger used by this class
|
| Constructor and Description |
|---|
AsynchronousEventListener(ExecutorService threadPool,
org.springframework.context.ApplicationListener listener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationListener |
getListener()
Deprecated.
|
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event)
Deprecated.
|
protected static final org.apache.commons.logging.Log logger
public AsynchronousEventListener(ExecutorService threadPool, org.springframework.context.ApplicationListener listener)
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListenerpublic org.springframework.context.ApplicationListener getListener()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.