Uses of Interface
org.apache.camel.spi.InflightRepository
-
Packages that use InflightRepository Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 InflightRepository Modifier and Type Method Description InflightRepositoryCamelContext. getInflightRepository()Gets the inflight repositoryMethods in org.apache.camel with parameters of type InflightRepository Modifier and Type Method Description voidCamelContext. 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 InflightRepository Modifier and Type Method Description voidInternalProcessor. addRouteInflightRepositoryAdvice(InflightRepository inflightRepository, String routeId)
-