Class AsyncBaseService<E extends BaseEntity>

java.lang.Object
com.github.collinalpert.java2db.services.BaseService<E>
com.github.collinalpert.java2db.services.AsyncBaseService<E>

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