public interface TxnVoidCallable
TxnExecutor
.
This transactional callable is optimized for returning void. Useful if no value needs to be returned.void call(Txn txn) throws java.lang.Exception
txn
- the Transaction. Depending on the txn PropagationLevel
, this could
be null.java.lang.Exception
- if unable to compute a result