Class TAsyncMethodCall<T>

java.lang.Object
org.apache.thrift.async.TAsyncMethodCall<T>
Type Parameters:
T - The return type of the encapsulated method call.

public abstract class TAsyncMethodCall<T> extends Object
Encapsulates an async method call.

Need to generate:

  • protected abstract void write_args(TProtocol protocol)
  • protected abstract T getResult() throws <Exception_1>, <Exception_2>, ...