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

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

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

/**
 * Handles redis monitor events.
 * 
 * @author mindwind
 * @version 1.0, Jun 12, 2013
 */
public interface RedisMonitorHandler {
	
	/**
	 * Invoked on a command be executed.
	 * 
	 * @param command
	 */
	void onCommand(String command);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy