com.jn.agileway.dmmq.core.TopicNameAware 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
package com.jn.agileway.dmmq.core;
public interface TopicNameAware {
void setTopicName(String topic);
String getTopicName();
}