com.lowdad.thrift.client.func.ThriftExecFunc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rpc-client Show documentation
Show all versions of rpc-client Show documentation
RPC client for k8s services
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;
}