public class ScatterGatherRouterFactoryBean extends org.mule.runtime.api.meta.AbstractAnnotatedObject implements org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>, MuleContextAware, FlowConstructAware
| Constructor and Description |
|---|
ScatterGatherRouterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
ScatterGatherRouter |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setAggregationStrategy(AggregationStrategy aggregationStrategy) |
void |
setFlowConstruct(FlowConstruct flowConstruct) |
void |
setMessageProcessors(List<Processor> messageProcessors) |
void |
setMuleContext(MuleContext context) |
void |
setParallel(boolean parallel) |
void |
setTimeout(long timeout) |
public ScatterGatherRouter getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>public void setParallel(boolean parallel)
public void setTimeout(long timeout)
public void setAggregationStrategy(AggregationStrategy aggregationStrategy)
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic void setFlowConstruct(FlowConstruct flowConstruct)
setFlowConstruct in interface FlowConstructAwareCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.