com.lmax.disruptor
Interface EventFactory<T>

Type Parameters:
T - event implementation storing the data for sharing during exchange or parallel coordination of an event.

public interface EventFactory<T>

Called by the RingBuffer to pre-populate all the events to fill the RingBuffer.


Method Summary
 T newInstance()
           
 

Method Detail

newInstance

T newInstance()


Copyright © 2011 LMAX Ltd. All Rights Reserved.