com.softwareag.entirex.aci
Interface MessageListener


public interface MessageListener

Interface used by the PublicationListener. Enables the application to handle the received messages.

Since:
7.2.1

Method Summary
 void onMessage(BrokerMessage msg)
          Process the received message.
 

Method Detail

onMessage

void onMessage(BrokerMessage msg)
Process the received message. The application has to implement this method and set this MessageListener in the constructor of the PublicationListener.

Parameters:
msg - the received BrokerMessage.