Package org.nuxeo.ecm.core.api
Interface AsyncService<K extends Serializable,S extends AsyncStatus<K>,V>
-
- Type Parameters:
K- type of task idS- type of statusV- type of result
- All Known Subinterfaces:
BulkService
- All Known Implementing Classes:
BulkServiceImpl
public interface AsyncService<K extends Serializable,S extends AsyncStatus<K>,V>Interface to be implemented by asynchronous services.- Since:
- 10.3