com.jn.agileway.dmmq.core.MessageTopicDispatcherAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agileway-dmmq Show documentation
Show all versions of agileway-dmmq Show documentation
a memory message queue based on disruptor
The newest version!
package com.jn.agileway.dmmq.core;
public interface MessageTopicDispatcherAware {
MessageTopicDispatcher getMessageTopicDispatcher();
void setMessageTopicDispatcher(MessageTopicDispatcher dispatcher);
}