Interface TaskEventsService


public interface TaskEventsService
The Task Events Service is intended to provide all the functionality required to handle the events that are being emitted by the module
  • Method Details

    • getTaskEventsById

      List<TaskEvent> getTaskEventsById(long taskId)
    • removeTaskEventsById

      void removeTaskEventsById(long taskId)