- All Known Subinterfaces:
- Account, Plugin, PromoterReattacher
- All Known Implementing Classes:
- AccountFileStore, AccountPlugin, AccountStoreImpl, DatabaseStore, IncomingTransferCheckerImpl, InputSelectionStrategyImpl, IotaAccount, MongoStore, OutgoingTransferCheckerImpl, PromoterReattacherImpl, TransferCheckerImpl
public interface TaskService
A task service is a task which is run by a service.
It will be loaded, and if no error occured,started in a later stage.
When the service stops, this task will have its shutdown method called.