|
UM Java API
6.17
|
Public Member Functions | |
| void | onMessageReclaim (Object cbArg, String topic, long seqnum) |
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.
| void com.latencybusters.lbm.LBMMessageReclamationCallback.onMessageReclaim | ( | Object | cbArg, |
| String | topic, | ||
| long | seqnum | ||
| ) |
Forced message reclamation callback.
| cbArg | Callback object token |
| topic | Name of the topic for the reclaimed message. |
| seqnum | Sequence number of the message that is reclaimed. |