MigratoryDataPublishListener

Handle messages received from publishers. More…

Public Classes

Name
interface PublishEvent
Provide information about the received message.

Public Functions

Name
void onPublish(PublishEvent event)
Notify that a new message has been received from a publisher.

Detailed Description

class MigratoryDataPublishListener;

Handle messages received from publishers.

Thread safety

The methods exposed by this interface are always called from the same thread.

Public Functions Documentation

function onPublish

void onPublish(
    PublishEvent event
)

Notify that a new message has been received from a publisher.

Parameters:

  • event the message to be published