Interface IncidentService

  • All Known Implementing Classes:
    IncidentServiceImpl

    public interface IncidentService
    Service that report incidents to an administrator
    Author:
    Baptiste Mesta, Matthieu Chaffotte
    • Method Detail

      • report

        void report​(long tenantId,
                    Incident incident)
        Report an incident
        Parameters:
        incident - the incident to be reported