org.apache.activemq.transport.reliable
Interface ReplayBufferListener
public interface ReplayBufferListener
Listens to events on a ReplayBuffer
- Version:
- $Revision: 426366 $
Method Summary |
void |
onBufferDiscarded(int commandId,
Object buffer)
Indications that the buffer has been discarded and so could be
re-introduced into some pool |
onBufferDiscarded
void onBufferDiscarded(int commandId,
Object buffer)
- Indications that the buffer has been discarded and so could be
re-introduced into some pool
Copyright © 2011 Apache Software Foundation. All Rights Reserved.