public class AsyncProcessorTypeConverter
extends org.apache.camel.support.TypeConverterSupport
Processor to an AsyncProcessor. Processing will still occur
synchronously but it will provide the required notifications that the caller expects.| Constructor and Description |
|---|
AsyncProcessorTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convertTo(Class<T> type,
org.apache.camel.Exchange exchange,
Object value) |
Apache Camel