Class AsyncBaseService<E extends BaseEntity>


  • public class AsyncBaseService<E extends BaseEntity>
    extends BaseService<E>
    This class extends the functionality of a service class by adding support for asynchronous CRUD operations. Inherit from this class instead of the BaseService if you want your services to be able to do stuff asynchronously.
    Author:
    Collin Alpert
    See Also:
    BaseService