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 interfacePooledExchangePooledExchangewhich 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 byConsumers viaExchangeFactory.Methods in org.apache.camel with parameters of type ExtendedExchange Modifier and Type Method Description voidExtendedExchange. copySafeCopyPropertiesTo(ExtendedExchange target)Copy the safe copy properties from this exchange to the target exchange
-