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
| 从类 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)
Copyright © 2013. All Rights Reserved.