public interface TxnCallable<E>
TxnExecutor.
This transactional callable is optimized for returning an object reference.E call(Txn txn) throws java.lang.Exception
txn - the Transaction. Depending on the txn PropagationLevel, this could
be null.java.lang.Exception