Class IncidentServiceImpl

  • All Implemented Interfaces:
    IncidentService

    public class IncidentServiceImpl
    extends java.lang.Object
    implements IncidentService
    Author:
    Baptsite Mesta, Matthieu Chaffotte, Celine Souchet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void report​(long tenantId, Incident incident)
      Report an incident
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IncidentServiceImpl

        public IncidentServiceImpl​(java.util.List<IncidentHandler> handlers)
    • Method Detail

      • report

        public void report​(long tenantId,
                           Incident incident)
        Description copied from interface: IncidentService
        Report an incident
        Specified by:
        report in interface IncidentService
        incident - the incident to be reported