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

com.qingzhuge.framework.cache.delegate.IChannelDelegate Maven / Gradle / Ivy

There is a newer version: 1.0.1.5
Show newest version
package com.qingzhuge.framework.cache.delegate;

import org.springframework.data.redis.connection.Message;

/**
 * @author : zero.xiao
 * description : topic
 * datetime :2018-05-22 14:46
 * modified :
 */
public interface IChannelDelegate extends IRedisKeyDelegate {
    void handleMessage(Message message, String topic, String namespace);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy