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