org.apache.camel.util
Class AsyncProcessorConverterHelper

java.lang.Object
  extended by org.apache.camel.util.AsyncProcessorConverterHelper

public final class AsyncProcessorConverterHelper
extends Object

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.

Version:

Method Summary
static AsyncProcessor convert(Processor value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static AsyncProcessor convert(Processor value)


Apache CAMEL