T - event implementation storing the data for sharing during exchange or parallel coordination of an event.public interface WorkHandler<T>
RingBuffer.WorkerPoolvoid onEvent(T event) throws java.lang.Exception
event - published to the RingBufferjava.lang.Exception - if the WorkHandler would like the exception handled further up the chain.Copyright © 2011 - 2013 LMAX Ltd. All Rights Reserved.