org.apache.activemq.transport.reliable
Interface ReplayBufferListener


public interface ReplayBufferListener

Listens to events on a ReplayBuffer


Method Summary
 void onBufferDiscarded(int commandId, java.lang.Object buffer)
          Indications that the buffer has been discarded and so could be re-introduced into some pool
 

Method Detail

onBufferDiscarded

void onBufferDiscarded(int commandId,
                       java.lang.Object buffer)
Indications that the buffer has been discarded and so could be re-introduced into some pool



Copyright © 2005-2015. All Rights Reserved.