Uses of Interface
org.apache.camel.spi.DeferServiceFactory
-
Packages that use DeferServiceFactory Package Description org.apache.camel The core Camel API. -
-
Uses of DeferServiceFactory in org.apache.camel
Methods in org.apache.camel that return DeferServiceFactory Modifier and Type Method Description DeferServiceFactoryExtendedCamelContext. getDeferServiceFactory()Gets theDeferServiceFactoryto use.Methods in org.apache.camel with parameters of type DeferServiceFactory Modifier and Type Method Description voidExtendedCamelContext. setDeferServiceFactory(DeferServiceFactory deferServiceFactory)Sets a customDeferServiceFactoryto use.
-