com.qingzhuge.framework.cache.delegate.IChannelDelegate Maven / Gradle / Ivy
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);
}