public interface TxnVoidCallable
TxnExecutor.
This transactional callable is optimized for returning void. Useful if no value needs to be returned.| Modifier and Type | Method and Description |
|---|---|
void |
call(Txn txn)
Executes the callable.
|
void call(Txn txn) throws Exception
txn - the Transaction. Depending on the txn PropagationLevel, this could
be null.Exception - if unable to compute a resultCopyright © 2025. All rights reserved.