[
https://issues.apache.org/activemq/browse/CAMEL-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60193#action_60193
]
Claus Ibsen commented on CAMEL-2836:
------------------------------------
When you develop a custom interceptor using {{InterceptStrategy}} you return a
Processor instance. Its preferred that instance is a {{AsyncProcessor}} to play
well with the async routing engine.
We should use an internal bridge to adapt in case end user returns a plain
Processor instance. Then we tap the process invocation to invoke the async
version under the hood.
> Interceptor bridge to support non blocking routing engine
> ---------------------------------------------------------
>
> Key: CAMEL-2836
> URL: https://issues.apache.org/activemq/browse/CAMEL-2836
> Project: Apache Camel
> Issue Type: Sub-task
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.