Uses of Interface
org.apache.camel.spi.InflightRepository
-
Packages that use InflightRepository Package Description org.apache.camel The core Camel API. -
-
Uses of InflightRepository in org.apache.camel
Methods in org.apache.camel that return InflightRepository Modifier and Type Method Description InflightRepository
CamelContext. getInflightRepository()
Gets the inflight repositoryMethods in org.apache.camel with parameters of type InflightRepository Modifier and Type Method Description void
CamelContext. setInflightRepository(InflightRepository repository)
Sets a custom inflight repository to use
-