public static interface Scheduler.Synchronizer
Modifier and Type | Method and Description |
---|---|
void |
afterCompletion(boolean success)
Called after the transaction is completed.
|
void |
beforeCompletion()
Called before the transaction is completed.
|