public static interface InflightRepository.InflightExchange
Modifier and Type | Method and Description |
---|---|
String |
getAtRouteId()
The id of the route where the exchange currently is being processed
Is null if message history is disabled.
|
long |
getDuration()
The duration in millis the exchange has been inflight
|
long |
getElapsed()
The elapsed time in millis processing the exchange at the current node
|
Exchange |
getExchange()
The exchange being inflight
|
String |
getFromRouteId()
The id of the route where the exchange originates (started)
|
String |
getNodeId()
The id of the node from the route where the exchange currently is being processed
Is null if message history is disabled.
|
Exchange getExchange()
long getDuration()
long getElapsed()
String getNodeId()
String getFromRouteId()
String getAtRouteId()
Apache Camel