org.apache.camel
Interface AsyncCallback


public interface AsyncCallback

Callback when processing an Exchange using AsyncProcessor and the Exchange have received the data and is ready to be routed.

Version:
$Revision: 834834 $

Method Summary
 void onTaskCompleted(Exchange exchange)
          Callback when the async task is completed and the provided Exchange is ready to be routed.
 

Method Detail

onTaskCompleted

void onTaskCompleted(Exchange exchange)
Callback when the async task is completed and the provided Exchange is ready to be routed.

Parameters:
exchange - the exchange


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.