Package org.apache.thrift.protocol
Interface TProtocol.ReadCallback<T,R>
-
- Enclosing class:
- TProtocol
public static interface TProtocol.ReadCallback<T,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Raccept(T t)
-
-
-
Method Detail
-
accept
R accept(T t) throws TException
- Throws:
TException
-
-