public abstract class AbstractProcessingStrategyFactory extends Object implements ProcessingStrategyFactory
| Constructor and Description |
|---|
AbstractProcessingStrategyFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxConcurrency()
The maximum concurrency permitted.
|
void |
setMaxConcurrency(int maxConcurrency)
Configures the maximum concurrency permitted.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic void setMaxConcurrency(int maxConcurrency)
maxConcurrency - public int getMaxConcurrency()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.