Package com.avoka.fc.core.service
Interface IStatusManagement
-
- All Known Implementing Classes:
StatusManagement
public interface IStatusManagement
Provides a Status Management service interface.- Since:
- 22.04.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processStatusUpdates()
Handles the processing of Status updates based on Notification records.void
setLogToEventLog(boolean value)
Specify whether to log the results of the Status Management job to the event log.
-