package eu.dnetlib.services.async;

public interface HasAsyncMethods {

	AsyncRunnable createAsyncJob(String method, String jsonParams, AsyncServerCallback callback) throws AsyncMethodException;

}
