|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LBMMessageReclamationCallback
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.
| Method Summary | |
|---|---|
void |
onMessageReclaim(java.lang.Object cbArg,
java.lang.String topic,
long seqnum)
Forced message reclamation callback. |
| Method Detail |
|---|
void onMessageReclaim(java.lang.Object cbArg,
java.lang.String topic,
long seqnum)
cbArg - Callback object tokentopic - Name of the topic for the reclaimed message.seqnum - Sequence number of the message that is reclaimed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||