Package net.bluemind.core.task.api
Interface ITaskAsync
public interface ITaskAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidgetCurrentLogs(Integer offset, AsyncHandler<List<String>> handler) voidlog(AsyncHandler<Stream> handler) voidstatus(AsyncHandler<TaskStatus> handler)  
- 
Method Details
- 
getCurrentLogs
 - 
log
 - 
status
 
 -