Interface ReplayBufferListener


public interface ReplayBufferListener
Listens to events on a ReplayBuffer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBufferDiscarded(int commandId, Object buffer)
    Indications that the buffer has been discarded and so could be re-introduced into some pool
  • Method Details

    • onBufferDiscarded

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