public class IncidentServiceImpl extends java.lang.Object implements IncidentService
| Constructor and Description |
|---|
IncidentServiceImpl(TechnicalLoggerService logger,
java.util.List<IncidentHandler> handlers) |
| Modifier and Type | Method and Description |
|---|---|
void |
report(long tenantId,
Incident incident)
Report an incident
|
public IncidentServiceImpl(TechnicalLoggerService logger, java.util.List<IncidentHandler> handlers)
public void report(long tenantId,
Incident incident)
IncidentServicereport in interface IncidentServiceincident - the incident to be reported