com.jdon.domain.message
类 DomainCommandDispatchHandler

java.lang.Object
  继承者 com.jdon.domain.message.DomainCommandDispatchHandler
所有已实现的接口:
DomainEventHandler<EventDisruptor>

public class DomainCommandDispatchHandler
extends Object
implements DomainEventHandler<EventDisruptor>


字段摘要
static String module
           
 
构造方法摘要
DomainCommandDispatchHandler(ModelConsumerMethodHolder modelConsumerMethodHolder)
           
 
方法摘要
 void onEvent(EventDisruptor event, boolean endOfBatch)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module
构造方法详细信息

DomainCommandDispatchHandler

public DomainCommandDispatchHandler(ModelConsumerMethodHolder modelConsumerMethodHolder)
方法详细信息

onEvent

public void onEvent(EventDisruptor event,
                    boolean endOfBatch)
             throws Exception
指定者:
接口 DomainEventHandler<EventDisruptor> 中的 onEvent
抛出:
Exception


Copyright © 2013. All Rights Reserved.