Package org.apache.camel.support
Class EmptyAsyncCallback
java.lang.Object
org.apache.camel.support.EmptyAsyncCallback
- All Implemented Interfaces:
Runnable
,org.apache.camel.AsyncCallback
An empty
AsyncCallback
which allows to share the same instance instead of creating a new instance for each
message.-
Constructor Details
-
EmptyAsyncCallback
public EmptyAsyncCallback()
-
-
Method Details
-
get
public static org.apache.camel.AsyncCallback get() -
done
public void done(boolean doneSync) - Specified by:
done
in interfaceorg.apache.camel.AsyncCallback
-