public static interface HostContextAccessor.HostTransactionCallback<T>
Use Void for void returns.
| Modifier and Type | Method and Description |
|---|---|
T |
doInTransaction()
Runs an action in a transaction and returns a optional value.
|
T doInTransaction()
RuntimeException - if anything went wrong. The caller will be responsible for rolling back.Copyright © 2019 Atlassian. All rights reserved.