T - event implementation storing the data for sharing during exchange or parallel coordination of an event.public interface WorkHandler<T>
RingBuffer.WorkerPool| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(T event)
Callback to indicate a unit of work needs to be processed.
|
void onEvent(T event) throws Exception
event - published to the RingBufferException - if the WorkHandler would like the exception handled further up the chain.Copyright © 2024. All rights reserved.