Uses of Interface
org.apache.camel.ExtendedExchange
-
Packages that use ExtendedExchange Package Description org.apache.camel The core Camel API. -
-
Uses of ExtendedExchange in org.apache.camel
Subinterfaces of ExtendedExchange in org.apache.camel Modifier and Type Interface Description interface
PooledExchange
PooledExchange
which contains the methods and APIs that are not intended for Camel end users but used internally by Camel for optimizing memory footprint by reusing exchanges created byConsumer
s viaExchangeFactory
.Methods in org.apache.camel with parameters of type ExtendedExchange Modifier and Type Method Description void
ExtendedExchange. copySafeCopyPropertiesTo(ExtendedExchange target)
Copy the safe copy properties from this exchange to the target exchange
-