public interface InboundErrorHandler
| Modifier and Type | Method and Description | 
|---|---|
| String | getExternalSystemId()Returns the id of the external system implemented by this handler. | 
| void | handleError(InboundErrorDto error)Handle the received error from the external adapter | 
String getExternalSystemId()
void handleError(InboundErrorDto error)
error - the error from the external adapterCopyright © 2019. All rights reserved.