Uses of Interface
org.apache.camel.spi.InflightRepository.InflightExchange
Packages that use InflightRepository.InflightExchange
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of InflightRepository.InflightExchange in org.apache.camel.spi
Methods in org.apache.camel.spi that return InflightRepository.InflightExchangeModifier and TypeMethodDescriptionGets the oldestInflightRepository.InflightExchange
that are currently inflight that started from the given route.Methods in org.apache.camel.spi that return types with arguments of type InflightRepository.InflightExchangeModifier and TypeMethodDescriptionInflightRepository.browse()
A read-only browser of theInflightRepository.InflightExchange
s that are currently inflight.InflightRepository.browse
(int limit, boolean sortByLongestDuration) A read-only browser of theInflightRepository.InflightExchange
s that are currently inflight.A read-only browser of theInflightRepository.InflightExchange
s that are currently inflight that started from the given route.A read-only browser of theInflightRepository.InflightExchange
s that are currently inflight that started from the given route.