public interface InboundStatusHandler
| Modifier and Type | Method and Description |
|---|---|
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
|
String getExternalSystemId()
void handleStatus(InboundStatusDto status)
status - the status from the external adapterCopyright © 2019. All rights reserved.