MessageListenerpublic interface MessageListener This serves as a request-response message listener type that message
endpoints (message-driven beans) may implement. This allows an EIS to
communicate with an endpoint using a request-response style. |
Methods Summary |
---|
public java.lang.Record | onMessage(java.lang.Record inputData)This method allows an EIS to call a message endpoint using a
request-response style communication.
|
|