Interface FutureProvider<T>

  • All Known Implementing Classes:
    GrizzlyService, LifecycleModuleService

    public interface FutureProvider<T>
    Some operations may be asynchronous and need to provide their results as a list of future objects
    Author:
    Jerome Dochez