com.jdon.async.disruptor.pool
类 DomainEventHandlerDecorator

java.lang.Object
  继承者 com.jdon.async.disruptor.DomainEventHandlerAdapter
      继承者 com.jdon.async.disruptor.pool.DomainEventHandlerDecorator
所有已实现的接口:
com.lmax.disruptor.EventHandler<EventDisruptor>, com.lmax.disruptor.LifecycleAware

public class DomainEventHandlerDecorator
extends DomainEventHandlerAdapter


构造方法摘要
DomainEventHandlerDecorator(DomainEventHandler handler)
           
 
方法摘要
 void onEvent(EventDisruptor event, long sequence, boolean endOfBatch)
           
 
从类 com.jdon.async.disruptor.DomainEventHandlerAdapter 继承的方法
onShutdown, onStart
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DomainEventHandlerDecorator

public DomainEventHandlerDecorator(DomainEventHandler handler)
方法详细信息

onEvent

public void onEvent(EventDisruptor event,
                    long sequence,
                    boolean endOfBatch)
             throws Exception
指定者:
接口 com.lmax.disruptor.EventHandler<EventDisruptor> 中的 onEvent
覆盖:
DomainEventHandlerAdapter 中的 onEvent
抛出:
Exception


Copyright © 2013. All Rights Reserved.