Uses of Interface
org.apache.camel.spi.InflightRepository.InflightExchange
-
Packages that use InflightRepository.InflightExchange Package Description org.apache.camel.spi 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.InflightExchange Modifier and Type Method Description InflightRepository.InflightExchangeInflightRepository. oldest(String fromRouteId)Gets the oldestInflightRepository.InflightExchangethat are currently inflight that started from the given route.Methods in org.apache.camel.spi that return types with arguments of type InflightRepository.InflightExchange Modifier and Type Method Description Collection<InflightRepository.InflightExchange>InflightRepository. browse()A read-only browser of theInflightRepository.InflightExchanges that are currently inflight.Collection<InflightRepository.InflightExchange>InflightRepository. browse(int limit, boolean sortByLongestDuration)A read-only browser of theInflightRepository.InflightExchanges that are currently inflight.Collection<InflightRepository.InflightExchange>InflightRepository. browse(String fromRouteId)A read-only browser of theInflightRepository.InflightExchanges that are currently inflight that started from the given route.Collection<InflightRepository.InflightExchange>InflightRepository. browse(String fromRouteId, int limit, boolean sortByLongestDuration)A read-only browser of theInflightRepository.InflightExchanges that are currently inflight that started from the given route.
-