UM Java API  6.16
com.latencybusters.lbm.LBMMessageReclamationCallback Interface Reference

Public Member Functions

void onMessageReclaim (Object cbArg, String topic, long seqnum)
 

Detailed Description

Interface for handling notification of forced reclamation of retained UME source messages.

Warning: This application callback is always made from the context thread and is therefore, limited in the LBM API calls that it can make.

Member Function Documentation

void com.latencybusters.lbm.LBMMessageReclamationCallback.onMessageReclaim ( Object  cbArg,
String  topic,
long  seqnum 
)

Forced message reclamation callback.

Parameters
cbArgCallback object token
topicName of the topic for the reclaimed message.
seqnumSequence number of the message that is reclaimed.

The documentation for this interface was generated from the following file: