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

org.craft.atom.redis.api.handler.RedisPubSubHandler Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.craft.atom.redis.api.handler;

import org.craft.atom.redis.api.RedisException;

/**
 * @author mindwind
 * @version 1.0, Jul 1, 2013
 */
public interface RedisPubSubHandler {
	
	/**
	 * Invoked on redis exception occur.
	 * 
	 * @param e
	 */
	void onException(RedisException e);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy