confirmPublishedMessages abstract method

Future confirmPublishedMessages()

Request that from this point onwards, the broker must confirm whether it has processed or dropped each message published to this channel. A listener for these notifications can be registered via publishNotifier.

Implementation

Future confirmPublishedMessages();