Interface SimpleThriftService.AsyncIface

    • Method Detail

      • echoPass

        void echoPass​(String value,
                      org.apache.thrift.async.AsyncMethodCallback<String> resultHandler)
               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • onewayPass

        void onewayPass​(String value,
                        org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • echoFail

        void echoFail​(String value,
                      org.apache.thrift.async.AsyncMethodCallback<String> resultHandler)
               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • onewayFail

        void onewayFail​(String value,
                        org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • echoRuntimeFail

        void echoRuntimeFail​(String value,
                             org.apache.thrift.async.AsyncMethodCallback<String> resultHandler)
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • onewayRuntimeFail

        void onewayRuntimeFail​(String value,
                               org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
                        throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException