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 Detail

      • getTaskEventsById

        java.util.List<TaskEvent> getTaskEventsById​(long taskId)
      • removeTaskEventsById

        void removeTaskEventsById​(long taskId)