Class AsyncResultsService<Task extends AsyncTask,Response extends AsyncResponse<Response>>

java.lang.Object
org.elasticsearch.xpack.core.async.AsyncResultsService<Task,Response>

public class AsyncResultsService<Task extends AsyncTask,Response extends AsyncResponse<Response>> extends Object
Service that is capable of retrieving and cleaning up AsyncTasks regardless of their state. It works with the TaskManager, if a task is still running and AsyncTaskIndexService if task results already stored there.