@Immutable public interface MapperLimitsConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
MapperLimitsConfig.MapperLimitsConfigValue
An enumeration of the known config path expressions and their associated default values for
MapperLimitsConfig. |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxMappedInboundMessages()
Returns the maximum number of messages which could be invoked by one mapper
defined in source
|
int |
getMaxMappedOutboundMessages()
Returns the maximum number of messages which could be invoked by one mapper
defined in target
|
int |
getMaxSourceMappers()
Returns the maximum number of mapper which could be defined in one source
|
int |
getMaxTargetMappers()
Returns the maximum number of mapper which could be defined in one target
|
int getMaxSourceMappers()
int getMaxMappedInboundMessages()
int getMaxTargetMappers()
int getMaxMappedOutboundMessages()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.