Interface DistributedRPC.AsyncIface

All Known Implementing Classes:
DistributedRPC.AsyncClient
Enclosing class:
DistributedRPC

public static interface DistributedRPC.AsyncIface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String functionName, String funcArgs, org.apache.storm.thrift.async.AsyncMethodCallback<String> resultHandler)
     
  • Method Details

    • execute

      void execute(String functionName, String funcArgs, org.apache.storm.thrift.async.AsyncMethodCallback<String> resultHandler) throws org.apache.storm.thrift.TException
      Throws:
      org.apache.storm.thrift.TException