Uses of Interface
org.apache.camel.spi.AsyncProcessorAwaitManager
-
Packages that use AsyncProcessorAwaitManager Package Description org.apache.camel The core Camel API. -
-
Uses of AsyncProcessorAwaitManager in org.apache.camel
Methods in org.apache.camel that return AsyncProcessorAwaitManager Modifier and Type Method Description AsyncProcessorAwaitManager
ExtendedCamelContext. getAsyncProcessorAwaitManager()
Gets theAsyncProcessor
await manager.Methods in org.apache.camel with parameters of type AsyncProcessorAwaitManager Modifier and Type Method Description void
ExtendedCamelContext. setAsyncProcessorAwaitManager(AsyncProcessorAwaitManager manager)
Sets a customAsyncProcessor
await manager.
-