- 所有已实现的接口:
- com.lmax.disruptor.EventHandler<MessageEvent<Runnable>>, com.lmax.disruptor.LifecycleAware, com.lmax.disruptor.TimeoutHandler, com.lmax.disruptor.WorkHandler<MessageEvent<Runnable>>
public class TaskHandler
extends Object
implements com.lmax.disruptor.EventHandler<MessageEvent<Runnable>>, com.lmax.disruptor.WorkHandler<MessageEvent<Runnable>>, com.lmax.disruptor.TimeoutHandler, com.lmax.disruptor.LifecycleAware
Callback interface to be implemented for processing events as they become available in the RingBuffer.
jupiter
org.jupiter.common.concurrent.disruptor
- 作者:
- jiachun.fjc