public static interface Mutiny.Transaction
Mutiny.Session.withTransaction(Function) to mark a
transaction for rollback. A transaction marked for rollback will
never be committed.| Modifier and Type | Method and Description |
|---|---|
boolean |
isMarkedForRollback()
Is the current transaction marked for rollback.
|
void |
markForRollback()
Mark the current transaction for rollback.
|