Hi

I think support for Future was added in Camel 2.8.
http://camel.apache.org/camel-280-release.html

Which is also documented here with example
http://camel.apache.org/using-camelproxy.html

On Wed, Jul 13, 2011 at 2:43 AM, Jason Dillon <ja...@planet57.com> wrote:
> When using proxies and beans to hide all Camel details from the 
> application-layer, how does one implement the bean-side of the Future 
> returning request?
>
> public interface SimpleService
> {
>    Future<String> test();
> }
>
> public class SimpleServiceImpl
>    implements SimpleService
> {
>    public Future<String> test() {
>        return ???
>    }
> }
>
> Is it even possible to have a bean backing up a proxy invocation that returns 
> a Future?
>
> --jason



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to