getListener method

MigratoryDataListener getListener()

Get the listener for handling real-time messages and status notifications.

This is the listener set with \link MigratoryDataClient.setListener() \endlink.

\return the listener for handling real-time messages and status notifications

Implementation

MigratoryDataListener getListener() {
  return clientImpl.getListener();
}