public class AsyncMessageProcessorsFactoryBean extends AbstractAnnotatedObject implements org.springframework.beans.factory.FactoryBean<Processor>, MuleContextAware, org.mule.runtime.api.meta.NameableObject
| Modifier and Type | Field and Description |
|---|---|
protected List |
messageProcessors |
protected MuleContext |
muleContext |
protected String |
name |
protected ProcessingStrategyFactory |
processingStrategyFactory |
| Constructor and Description |
|---|
AsyncMessageProcessorsFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
AsyncDelegateMessageProcessor |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setMessageProcessors(List messageProcessors) |
void |
setMuleContext(MuleContext context) |
void |
setName(String name) |
void |
setProcessingStrategy(ProcessingStrategyFactory processingStrategyFactory) |
getAnnotation, getAnnotations, getIdentifier, getLocation, setAnnotationsprotected MuleContext muleContext
protected List messageProcessors
protected ProcessingStrategyFactory processingStrategyFactory
protected String name
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Processor>public void setMessageProcessors(List messageProcessors)
public AsyncDelegateMessageProcessor getObject() throws Exception
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Processor>public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic String getName()
getName in interface org.mule.runtime.api.meta.NamedObjectpublic void setName(String name)
setName in interface org.mule.runtime.api.meta.NameableObjectpublic void setProcessingStrategy(ProcessingStrategyFactory processingStrategyFactory)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.