Package org.apache.thrift.protocol
Interface TProtocol.WriteCallback<T>
-
- Enclosing class:
- TProtocol
public static interface TProtocol.WriteCallback<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(T e)
-
-
-
Method Detail
-
call
void call(T e) throws TException
- Throws:
TException
-
-