Hi,
I'm trying to do something like this:
public interface Responder {
Future<Response> respond(Request request);
}
But the result I get from the received Future in the client is always null.
If I change the type to Future<String> everything works fine though. Do I
need to do anything extra to be able to return Futures containing my own
POJOs as results (the only example that I've seen uses Integer)?
Thanks,
Emil
--
View this message in context:
http://camel.465427.n5.nabble.com/Asynchronous-Remoting-with-Futures-tp3606370p4922755.html
Sent from the Camel - Users mailing list archive at Nabble.com.