Interface ReplayBufferListener
-
public interface ReplayBufferListenerListens to events on aReplayBuffer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBufferDiscarded(int commandId, 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, Object buffer)Indications that the buffer has been discarded and so could be re-introduced into some pool
-
-