public class ScatterGatherRouterFactoryBean extends AbstractAnnotatedObject implements org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>
PROPERTY_NAME| 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) |
getAnnotation, getAnnotations, setAnnotationspublic 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–2016 MuleSoft, Inc.. All rights reserved.