Uses of Interface
org.apache.camel.spi.ProcessorExchangeFactory
Packages that use ProcessorExchangeFactory
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of ProcessorExchangeFactory in org.apache.camel
Methods in org.apache.camel that return ProcessorExchangeFactoryModifier and TypeMethodDescriptionExtendedCamelContext.getProcessorExchangeFactory()
Gets the processor exchange factory to use.Methods in org.apache.camel with parameters of type ProcessorExchangeFactoryModifier and TypeMethodDescriptionvoid
ExtendedCamelContext.setProcessorExchangeFactory
(ProcessorExchangeFactory processorExchangeFactory) Sets a custom processor exchange factory to use. -
Uses of ProcessorExchangeFactory in org.apache.camel.spi
Methods in org.apache.camel.spi that return ProcessorExchangeFactoryModifier and TypeMethodDescriptionProcessorExchangeFactory.newProcessorExchangeFactory
(Processor processor) Creates a newProcessorExchangeFactory
that is private for the given consumer.