Class AsyncProcessorTypeConverter

  • All Implemented Interfaces:
    org.apache.camel.TypeConverter

    public class AsyncProcessorTypeConverter
    extends org.apache.camel.support.TypeConverterSupport
    A simple converter that can convert any Processor to an AsyncProcessor. Processing will still occur synchronously but it will provide the required notifications that the caller expects.
    • Constructor Detail

      • AsyncProcessorTypeConverter

        public AsyncProcessorTypeConverter()
    • Method Detail

      • convertTo

        public <T> T convertTo​(Class<T> type,
                               org.apache.camel.Exchange exchange,
                               Object value)