|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessorBase
org.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.AsyncInterceptingMessageProcessor
org.mule.processor.LaxAsyncInterceptingMessageProcessor
public class LaxAsyncInterceptingMessageProcessor
Field Summary |
---|
Fields inherited from class org.mule.processor.AsyncInterceptingMessageProcessor |
---|
doThreading, workManager, workManagerSource |
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase |
---|
logger, muleContext, next, notificationHandler |
Fields inherited from interface org.mule.api.lifecycle.Startable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Stoppable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.AnnotatedObject |
---|
PROPERTY_NAME |
Constructor Summary | |
---|---|
LaxAsyncInterceptingMessageProcessor(ThreadingProfile threadingProfile,
String name,
int shutdownTimeout)
|
|
LaxAsyncInterceptingMessageProcessor(WorkManagerSource workManagerSource)
|
Method Summary | |
---|---|
protected boolean |
isProcessAsync(MuleEvent event)
|
Methods inherited from class org.mule.processor.AsyncInterceptingMessageProcessor |
---|
process, processNextAsync, processNextTimed, start, stop |
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase |
---|
getAnnotation, getAnnotations, getListener, getMuleContext, isEventValid, processNext, setAnnotations, setListener, setMuleContext, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mule.api.source.MessageSource |
---|
setListener |
Constructor Detail |
---|
public LaxAsyncInterceptingMessageProcessor(WorkManagerSource workManagerSource)
public LaxAsyncInterceptingMessageProcessor(ThreadingProfile threadingProfile, String name, int shutdownTimeout)
Method Detail |
---|
protected boolean isProcessAsync(MuleEvent event) throws MessagingException
isProcessAsync
in class AsyncInterceptingMessageProcessor
MessagingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |