com.latencybusters.lbm
Interface LBMMessageReclamationCallback


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

onMessageReclaim

void onMessageReclaim(java.lang.Object cbArg,
                      java.lang.String topic,
                      long seqnum)
Forced message reclamation callback.

Parameters:
cbArg - Callback object token
topic - Name of the topic for the reclaimed message.
seqnum - Sequence number of the message that is reclaimed.


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.