Package org.apache.camel.support
Class AsyncProcessorConverterHelper
java.lang.Object
org.apache.camel.support.AsyncProcessorConverterHelper
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.-
Method Summary
-
Method Details
-
convert
public static org.apache.camel.AsyncProducer convert(org.apache.camel.Producer value) -
convert
public static org.apache.camel.AsyncProcessor convert(org.apache.camel.Processor value)
-