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

com.luhuiguo.fastdfs.proto.FdfsCommand Maven / Gradle / Ivy

The newest version!
package com.luhuiguo.fastdfs.proto;

import com.luhuiguo.fastdfs.conn.Connection;

/**
 * Fdfs交易命令抽象
 * 
 * @author tobato
 *
 */
public interface FdfsCommand {

    /** 执行交易 */
    public T execute(Connection conn);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy