Package com.hybris.cockpitng.lazyloading
-
Interface Summary Interface Description LazyTask LazyTaskResult<LAZY_DATA> Wrapper class for handling success/failure result LAZY_DATALazyTasksExecutor Manages scheduling and executing lazy tasksLazyTasksExecutorFactory Factory for LazyTasksExecutor -
Class Summary 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