Uses of Interface
org.apache.camel.spi.InflightRepository
Packages that use InflightRepository
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of InflightRepository in org.apache.camel
Methods in org.apache.camel that return InflightRepositoryModifier and TypeMethodDescriptionCamelContext.getInflightRepository()
Gets the inflight repositoryMethods in org.apache.camel with parameters of type InflightRepositoryModifier and TypeMethodDescriptionvoid
CamelContext.setInflightRepository
(InflightRepository repository) Sets a custom inflight repository to use -
Uses of InflightRepository in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type InflightRepositoryModifier and TypeMethodDescriptionvoid
InternalProcessor.addRouteInflightRepositoryAdvice
(InflightRepository inflightRepository, String routeId) Adds advice for tracking inflight exchanges for the given route