@FunctionalInterface
public interface RejectedTakeBufferHandler
If cursor catches the tail it means that the ring buffer is empty, any more buffer take request will be rejected.
Specify the policy to handle the reject. This is a Lambda supported interface