Interface ThriftClientTypes.Exec<R,​C>

  • Type Parameters:
    R - return type
    C - client type
    Enclosing class:
    ThriftClientTypes<C extends org.apache.thrift.TServiceClient>

    public static interface ThriftClientTypes.Exec<R,​C>
    execute method with supplied client returning object of type R
    • Method Detail

      • execute

        R execute​(C client)
           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException