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

com.jetdrone.vertx.mods.redis.reply.Reply Maven / Gradle / Ivy

The newest version!
package com.jetdrone.vertx.mods.redis.reply;

public interface Reply {
    T data();

    /**
     * Return the type of instance of this Reply. Useful to avoid checks against instanceof
     * @return enum
     */
    ReplyType getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy