Package de.aeb.xnsg.foundation.bf
Interface IExternalTelemetryBF
@BusinessFacade
public interface IExternalTelemetryBF
Business facade for sending telemetry data from a third party system.
-
Method Summary
Modifier and TypeMethodDescriptiongetTelemetryStatusByParams
(String externalSystemId, String reportingClientIdentCode)
-
Method Details
-
getTelemetryStatusByParams
ExternalTMStatusResponseDTO getTelemetryStatusByParams(String externalSystemId, String reportingClientIdentCode) - Parameters:
externalSystemId
- , the id of the calling system, mandatoryreportingClientIdentCode
- , the identCode of the client to call the status for- Returns:
- The status with some metadata
-
getTelemetryStatus
- Parameters:
request
-- Returns:
- the external system id and other meta information as in
ExternalTMResponseDTO
-
sendTelemetryReport
- Parameters:
request
-- Returns:
- the report id and other meta information as in
ExternalTMResponseDTO
-