All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jn.dmmq.core.Consumer Maven / Gradle / Ivy

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy