public class ScatterGatherRouterFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>
| Constructor and Description |
|---|
ScatterGatherRouterFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
ScatterGatherRouter |
getObject() |
Class<?> |
getObjectType() |
ThreadingProfile |
getThreadingProfile() |
boolean |
isSingleton() |
void |
setAggregationStrategy(AggregationStrategy aggregationStrategy) |
void |
setMessageProcessors(List<MessageProcessor> messageProcessors) |
void |
setThreadingProfile(ThreadingProfile threadingProfile) |
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 setMessageProcessors(List<MessageProcessor> messageProcessors)
public void setTimeout(long timeout)
public void setAggregationStrategy(AggregationStrategy aggregationStrategy)
public ThreadingProfile getThreadingProfile()
public void setThreadingProfile(ThreadingProfile threadingProfile)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.