org.mule.processor
Class LaxAsyncInterceptingMessageProcessor

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessorBase
      extended by org.mule.processor.AbstractInterceptingMessageProcessor
          extended by org.mule.processor.AsyncInterceptingMessageProcessor
              extended by org.mule.processor.LaxAsyncInterceptingMessageProcessor
All Implemented Interfaces:
AnnotatedObject, MuleContextAware, Startable, Stoppable, InterceptingMessageProcessor, MessageProcessor, MessageProcessorContainer, MessageSource

public class LaxAsyncInterceptingMessageProcessor
extends AsyncInterceptingMessageProcessor


Field Summary
 
Fields inherited from class org.mule.processor.AsyncInterceptingMessageProcessor
doThreading, SYNCHRONOUS_EVENT_ERROR_MESSAGE, 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
fireAsyncScheduledNotification, firePipelineNotification, process, processNextAsync, processNextTimed, start, stop
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase
addMessageProcessorPathElements, 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

LaxAsyncInterceptingMessageProcessor

public LaxAsyncInterceptingMessageProcessor(WorkManagerSource workManagerSource)

LaxAsyncInterceptingMessageProcessor

public LaxAsyncInterceptingMessageProcessor(ThreadingProfile threadingProfile,
                                            String name,
                                            int shutdownTimeout)
Method Detail

isProcessAsync

protected boolean isProcessAsync(MuleEvent event)
                          throws MessagingException
Overrides:
isProcessAsync in class AsyncInterceptingMessageProcessor
Throws:
MessagingException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.