- All Implemented Interfaces:
- com.lmax.disruptor.EventFactory<RingItem>
public class RingItemFactory
extends java.lang.Object
implements com.lmax.disruptor.EventFactory<RingItem>
Class used by the Disruptor's RingBuffer to populate itself
with PayloadBuffers or PayloadBanks.
- Author:
- timmer (4/7/14)