public interface IncidentService
| Modifier and Type | Method and Description |
|---|---|
OutputReportIncident |
reportIncident(InputReportIncident input)
Operation to report an incident
|
OutputStatusIncident |
statusIncident(InputStatusIncident input)
Operation to get the status of an incident
|
OutputReportIncident reportIncident(InputReportIncident input)
OutputStatusIncident statusIncident(InputStatusIncident input)
Apache CAMEL