Toggle navigation
Home
org.apache.camel.Exchange to org.apache.camel.spi.InflightRepository.InflightExchange
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
exchange
to
oldest
Add or Remove Method invocation
answer.append(" oldestInflightExchangeId=\"").append(oldest.getExchangeId())
to
answer.append(" oldestInflightExchangeId=\"").append(oldest.getExchange().getExchangeId())
Other
null
to
null