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

cn.sliew.carp.module.queue.redis.test1.MessageHander Maven / Gradle / Ivy

There is a newer version: 0.0.14
Show newest version
package cn.sliew.carp.module.queue.redis.test1;

import cn.sliew.carp.module.queue.api.Queue;

public interface MessageHander {

    Class getMessageType();

    Queue getQueue();

    void handle(M message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy