| Interface | Description |
|---|---|
| LazyTask | |
| LazyTaskResult<LAZY_DATA> |
Wrapper class for handling success/failure result LAZY_DATA
|
| LazyTasksExecutor |
Manages scheduling and executing lazy tasks
|
| LazyTasksExecutorFactory |
Factory for LazyTasksExecutor
|
| Class | Description |
|---|---|
| DefaultLazyTask<LAZY_DATA> |
Class which collects lazy task, its result and consumer of task result
Methods of this class must be called in special order:
1.
|
| DefaultLazyTaskResult<LAZY_DATA> | |
| DefaultLazyTasksExecutor |
Default implementation of LazyTasksExecutor.
|
| DefaultLazyTasksExecutorFactory |
Default implementation of LazyTaskExecutorFactory
|
Copyright © 2018. All rights reserved.