Interface InboundStatusHandler
- All Known Implementing Classes:
BaseInboundStatusHandler
,WeChatInboundStatusHandler
,WhatsAppInboundStatusHandler
public interface InboundStatusHandler
Handler for inbound statuses from the external adapters
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description java.lang.String
getExternalSystemId()
Returns the id of the external system implemented by this handler.void
handleStatus(InboundStatusDto status)
Handle the received status from the external adapter
-
Method Details
-
getExternalSystemId
java.lang.String getExternalSystemId()Returns the id of the external system implemented by this handler.- Returns:
- the external system id implemented by this handler
-
handleStatus
Handle the received status from the external adapter- Parameters:
status
- the status from the external adapter
-