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

com.lowdad.thrift.client.func.ThriftExecFunc Maven / Gradle / Ivy

The newest version!
package com.lowdad.thrift.client.func;

import org.apache.thrift.TServiceClient;

/**
 * @author lowdad
 */
public interface ThriftExecFunc {

    void exec(TCLIENT tclient) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy