com.jn.dmmq.core.Consumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dmmq-core Show documentation
Show all versions of dmmq-core Show documentation
A memory , mini Message Queue built by disruptor
The newest version!
package com.jn.dmmq.core;
import com.jn.langx.util.struct.Holder;
import com.lmax.disruptor.EventHandler;
import com.lmax.disruptor.ExceptionHandler;
import com.lmax.disruptor.TimeoutHandler;
public interface Consumer extends EventHandler>, ExceptionHandler>, TimeoutHandler {
String getName();
}