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

redis.reply.Reply Maven / Gradle / Ivy

package redis.reply;

/**
* Replies.
* User: sam
* Date: 7/27/11
* Time: 3:04 PM
* To change this template use File | Settings | File Templates.
*/
public interface Reply {
  T data();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy