com.jdon.async.disruptor
类 EventDisruptor

java.lang.Object
  继承者 com.jdon.async.disruptor.EventDisruptor

public class EventDisruptor
extends Object

A subscriber send a EventDisruptor to RingBuffer. Consumers will get the EventDisruptor with its OnEvent method from RingBuffer

作者:
banq

字段摘要
protected  DomainMessage domainMessage
           
protected  String topic
           
 
构造方法摘要
EventDisruptor()
           
 
方法摘要
 DomainMessage getDomainMessage()
           
 String getTopic()
           
 void setDomainMessage(DomainMessage domainMessage)
           
 void setTopic(String topic)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

topic

protected String topic

domainMessage

protected DomainMessage domainMessage
构造方法详细信息

EventDisruptor

public EventDisruptor()
方法详细信息

setTopic

public void setTopic(String topic)

getDomainMessage

public DomainMessage getDomainMessage()

setDomainMessage

public void setDomainMessage(DomainMessage domainMessage)

getTopic

public String getTopic()


Copyright © 2013. All Rights Reserved.