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 AsyncProcessorAwaitManagerExtendedCamelContext. getAsyncProcessorAwaitManager()Gets theAsyncProcessorawait manager.Methods in org.apache.camel with parameters of type AsyncProcessorAwaitManager Modifier and Type Method Description voidExtendedCamelContext. setAsyncProcessorAwaitManager(AsyncProcessorAwaitManager manager)Sets a customAsyncProcessorawait manager.
-