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

com.open.capacity.redis.util.RedisSubscribeCallback Maven / Gradle / Ivy

There is a newer version: 1.0.0.RC4
Show newest version
package com.open.capacity.redis.util;

 
public interface RedisSubscribeCallback {
    void callback(String msg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy