public interface MessageListener
Modifier and Type | Method and Description |
---|---|
Record |
onMessage(Record inputData)
This method allows an EIS to call a message endpoint using a
request-response style communication.
|
Record onMessage(Record inputData) throws ResourceException
inputData
- a Record
instance.Record
instance or null.ResourceException
- indicates an exceptional condition.