Interface TransactionalState.Action<X extends Throwable>
- Type Parameters:
X- The type of exception thrown by the action.
- Enclosing class:
TransactionalState
public static interface TransactionalState.Action<X extends Throwable>
A transactional action.
- Author:
- Rob Spoor
- Since:
- 2.0
-
Method Summary
-
Method Details
-
run
void run() throws XRuns the transactional action.- Throws:
X- If the action completes with an exception.
-